mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
openssl: use system headers on non-Windows systems
This commit is contained in:
parent
25d84f72a9
commit
b5d67f226f
@ -6,7 +6,7 @@ module http
|
||||
|
||||
import strings
|
||||
|
||||
#flag -I @VROOT/thirdparty/openssl/include
|
||||
#flag windows -I @VROOT/thirdparty/openssl/include
|
||||
#flag -lssl -lcrypto
|
||||
// MacPorts
|
||||
#flag darwin -L/opt/local/lib
|
||||
|
Loading…
Reference in New Issue
Block a user