From 0f1fca66852e62b57aae3a6300c8c4feff4716c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Jun 2025 22:43:47 +0200 Subject: Fix SDK path. --- platform/osx/set_paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3