summaryrefslogtreecommitdiff
path: root/compile.mk
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2020-01-28 20:05:22 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2020-04-01 16:43:20 -0400
commit94b5ad8b32242400fe9540ec47da00c44b494be6 (patch)
tree38ef22f9efd2722b0c3900bd9e90e14ae2155198 /compile.mk
parenta41a0e7836a810538980d565b8de961e98605ac8 (diff)
Fix build on Mac.
Diffstat (limited to 'compile.mk')
-rw-r--r--compile.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile.mk b/compile.mk
index 8c3e4d7d..b3f208d0 100644
--- a/compile.mk
+++ b/compile.mk
@@ -26,10 +26,8 @@ endif
ifdef ARCH_MAC
FLAGS += -DARCH_MAC
CXXFLAGS += -stdlib=libc++
- LDFLAGS += -stdlib=libc++
MAC_SDK_FLAGS = -mmacosx-version-min=10.7
FLAGS += $(MAC_SDK_FLAGS)
- LDFLAGS += $(MAC_SDK_FLAGS)
endif
ifdef ARCH_WIN
FLAGS += -DARCH_WIN