mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
C++11 mode build fix.
This commit is contained in:
parent
b08ca49580
commit
402d99ea8d
2 changed files with 6 additions and 6 deletions
|
@ -65,7 +65,7 @@ else
|
|||
STRIP=strip
|
||||
endif
|
||||
|
||||
CXXFLAGS=$(CFLAGS) -fno-rtti -mmacosx-version-min=10.7 -std=c++11 -stdlib=libc++
|
||||
CXXFLAGS=$(CFLAGS) -mmacosx-version-min=10.7 -std=c++11 -stdlib=libc++
|
||||
|
||||
all: one
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue