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