Browse Source

Tweak Makefiles.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
d7c36b9bee
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      compile.mk

+ 1
- 1
Makefile View File

@@ -76,7 +76,7 @@ endif


include compile.mk include compile.mk


# Standalone launcher
# Standalone adapter


ifdef ARCH_MAC ifdef ARCH_MAC
STANDALONE_LDFLAGS += $(MAC_SDK_FLAGS) STANDALONE_LDFLAGS += $(MAC_SDK_FLAGS)


+ 1
- 1
compile.mk View File

@@ -26,7 +26,7 @@ endif
ifdef ARCH_MAC ifdef ARCH_MAC
FLAGS += -DARCH_MAC FLAGS += -DARCH_MAC
CXXFLAGS += -stdlib=libc++ CXXFLAGS += -stdlib=libc++
MAC_SDK_FLAGS = -mmacosx-version-min=10.7
MAC_SDK_FLAGS := -mmacosx-version-min=10.7
FLAGS += $(MAC_SDK_FLAGS) FLAGS += $(MAC_SDK_FLAGS)
endif endif
ifdef ARCH_WIN ifdef ARCH_WIN


Loading…
Cancel
Save