We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 885f3ac + 6eaf27e commit 465b965Copy full SHA for 465b965
process/embedded/tor-0.3.5/process.go
@@ -24,7 +24,7 @@ import (
24
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/xz/dist/lib -llzma
25
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/zlib/dist/lib -lz
26
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/openssl/dist/lib -lssl -lcrypto
27
-#cgo windows LDFLAGS: -lws2_32 -lcrypt32 -lgdi32 -liphlpapi
+#cgo windows LDFLAGS: -lws2_32 -lcrypt32 -lgdi32 -liphlpapi -Wl,-Bstatic -lpthread
28
#cgo !windows LDFLAGS: -lm
29
30
#include <stdlib.h>
0 commit comments