summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-16 22:43:47 +0200
committerCarl Hetherington <cth@carlh.net>2025-12-12 22:07:17 +0100
commit0f1fca66852e62b57aae3a6300c8c4feff4716c2 (patch)
tree533580adf8710ce3a32ab9cd7c6e2f515f5c4f7d
parent7b48d09b9df654cb24f56de8b95b2952927d8687 (diff)
Fix SDK path.
-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