mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
RPC infrastructure work in progress.
This commit is contained in:
parent
9cf734b74a
commit
af8fcac0fc
7 changed files with 179 additions and 13 deletions
|
@ -20,7 +20,7 @@ CXXFLAGS=$(CFLAGS) -fno-rtti
|
|||
# separate binaries for the RedHat and Debian universes to distribute via
|
||||
# auto-update. This way we get one Linux binary for all systems of a given
|
||||
# architecture.
|
||||
LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a
|
||||
LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a -ldl
|
||||
|
||||
include objects.mk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue