mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-24 04:55:40 +00:00
Fix FreeBSD build in dev.
This commit is contained in:
parent
fd460d93c4
commit
d8f36db5dd
@ -54,7 +54,7 @@ ifeq ($(CC_MACH),aarch64)
|
||||
endif
|
||||
DEFS+=-DZT_BUILD_PLATFORM=7 -DZT_BUILD_ARCHITECTURE=$(ZT_ARCHITECTURE) -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\""
|
||||
|
||||
CXXFLAGS+=$(CFLAGS) -fno-rtti
|
||||
CXXFLAGS+=$(CFLAGS) -fno-rtti -std=c++11
|
||||
|
||||
all: one
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user