mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 09:25:32 +00:00
LDFLAGS fix on non-supported platforms
This commit is contained in:
@ -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!
|
||||||
|
Reference in New Issue
Block a user