Skip to content

Commit

Permalink
Add static pthread link for 0.3.3 per PR #20
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Nov 26, 2018
1 parent 5c62b5e commit 885f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/embedded/tor-0.3.3/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/xz/dist/lib -llzma
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/zlib/dist/lib -lz
#cgo LDFLAGS: -L${SRCDIR}/../../../../tor-static/openssl/dist/lib -lssl -lcrypto
#cgo windows LDFLAGS: -lws2_32 -lcrypt32 -lgdi32
#cgo windows LDFLAGS: -lws2_32 -lcrypt32 -lgdi32 -Wl,-Bstatic -lpthread
#cgo !windows LDFLAGS: -lm
#include <stdlib.h>
Expand Down

0 comments on commit 885f3ac

Please sign in to comment.