Inital commit.
FossilOrigin-Name: 26fd60b42304811cbc795dfc3f00b2084bf4c3431b259858426b29103b8ac00d
This commit is contained in:
parent
2294d7e776
commit
1bec66ad94
9
src/Macros.mak
Normal file
9
src/Macros.mak
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
ifeq ($(USE_CONTRIB_OPENSSL),1)
|
||||
OPENSSLLIB=../contrib/openssl-1.0.1i/libssl.a ../contrib/openssl-1.0.1i/libcrypto.a -ldl
|
||||
OPENSSLINC=../contrib/openssl-1.0.1i/include
|
||||
else
|
||||
OPENSSLLIB=-lssl
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user