Commit 7a822345 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/mac: set deployment target to 10.7 so we can use libc++

parent 5eef455c
......@@ -10,7 +10,7 @@ info()
}
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.6"
MINIMAL_OSX_VERSION="10.7"
OSX_VERSION=`xcrun --show-sdk-version`
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
......
......@@ -35,7 +35,7 @@ OPTIONS="
--disable-caca
--disable-sdl
--disable-macosx-dialog-provider
--with-macosx-version-min=10.6
--with-macosx-version-min=10.7
"
export CFLAGS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment