mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
No more tap factories.
This commit is contained in:
parent
ccc73b920e
commit
d761330465
11 changed files with 6 additions and 6 deletions
|
@ -7,8 +7,8 @@ LIBS=
|
|||
ARCH_FLAGS=-arch i386 -arch x86_64
|
||||
|
||||
include objects.mk
|
||||
OBJS+=osdep/OSXEthernetTap.o osdep/OSXEthernetTapFactory.o
|
||||
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
|
||||
OBJS+=osdep/OSXEthernetTap.o
|
||||
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o
|
||||
|
||||
# Disable codesign since open source users will not have ZeroTier's certs
|
||||
CODESIGN=echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue