Skip to content
Snippets Groups Projects
Commit 792e7f77 authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

mac: use 10.11 instead of 10.9 as default SDK as this is the default SDK in current Xcode releases

parent 5fa6fbc1
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ info()
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.7"
OSX_VERSION="10.9"
OSX_VERSION="10.11"
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
VERBOSE=no
......
......@@ -8,7 +8,7 @@ info()
echo "[${green}build${normal}] $1"
}
OSX_VERSION="10.9"
OSX_VERSION="10.11"
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.6"
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment