We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-ldl -lpthread
1 parent 0d44c88 commit 9d8489bCopy full SHA for 9d8489b
vlib/net/openssl/c.v
@@ -5,9 +5,10 @@ module openssl
5
// openssl from libssl-dev. If there is no local openssl,
6
// the next flag is harmless, since it will still use the
7
// (older) system openssl.
8
-#flag linux -I/usr/local/include/openssl -L/usr/local/lib
+#flag linux -I/usr/local/include/openssl -L/usr/local/lib
9
#flag windows -l libssl -l libcrypto
10
-#flag -l ssl -l crypto
+#flag -lssl -lcrypto
11
+#flag linux -ldl -lpthread
12
// MacPorts
13
#flag darwin -I/opt/local/include
14
#flag darwin -L/opt/local/lib
0 commit comments