mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
LDFLAGS fix on non-supported platforms
This commit is contained in:
parent
3c0adde0c7
commit
cfae20e0df
1 changed files with 6 additions and 4 deletions
|
@ -41,10 +41,12 @@ else
|
||||||
override DEFS+=-DZT_USE_SYSTEM_NATPMP
|
override DEFS+=-DZT_USE_SYSTEM_NATPMP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_DEBUG),1)
|
ifeq ($(ZT_SSO_SUPPORTED), 1)
|
||||||
LDLIBS+=zeroidc/target/debug/libzeroidc.a -ldl -lssl -lcrypto
|
ifeq ($(ZT_DEBUG),1)
|
||||||
else
|
LDLIBS+=zeroidc/target/debug/libzeroidc.a -ldl -lssl -lcrypto
|
||||||
LDLIBS+=zeroidc/target/release/libzeroidc.a -ldl -lssl -lcrypto
|
else
|
||||||
|
LDLIBS+=zeroidc/target/release/libzeroidc.a -ldl -lssl -lcrypto
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Use bundled http-parser since distribution versions are NOT API-stable or compatible!
|
# Use bundled http-parser since distribution versions are NOT API-stable or compatible!
|
||||||
|
|
Loading…
Add table
Reference in a new issue