diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-16 14:07:11 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-16 14:07:11 -0700 |
| commit | 402d99ea8d73d804294795cab12fceb6fe4234fe (patch) | |
| tree | 540616c3270dfb6c58a17b1133cfa86f802fd5a4 /make-mac.mk | |
| parent | b08ca49580c63abe79a650adbb0d14ca87a1cd24 (diff) | |
| download | infinitytier-402d99ea8d73d804294795cab12fceb6fe4234fe.tar.gz infinitytier-402d99ea8d73d804294795cab12fceb6fe4234fe.zip | |
C++11 mode build fix.
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk index 09e04eab..63ffc3c8 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -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 |
