summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/osx/set_paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/set_paths.sh b/platform/osx/set_paths.sh
index 24baa6cd6..fd9f8ee51 100644
--- a/platform/osx/set_paths.sh
+++ b/platform/osx/set_paths.sh
@@ -1,6 +1,6 @@
SDK=$1
if [[ "$SDK" == 11 ]]; then
- isysroot="-isysroot $HOME/SDK/MacOS11.0.sdk"
+ isysroot="-isysroot $HOME/SDK/MacOSX11.0.sdk"
base=$HOME/workspace
export MACOSX_DEPLOYMENT_TARGET=10.10
else