summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-20 11:13:44 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-20 11:13:44 +0200
commit46be6aa7475bd8929e9f2ea040da71ae180c3321 (patch)
tree16bebc1d96cbd1be8a30996ec716ff7fc2628c95
parentceeeaf107dd484a984be1737b38f2d301462a8bf (diff)
Tweak set_paths.sh
-rw-r--r--platform/osx/set_paths.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/osx/set_paths.sh b/platform/osx/set_paths.sh
index 24baa6cd6..939fcd07e 100644
--- a/platform/osx/set_paths.sh
+++ b/platform/osx/set_paths.sh
@@ -1,10 +1,9 @@
SDK=$1
if [[ "$SDK" == 11 ]]; then
isysroot="-isysroot $HOME/SDK/MacOS11.0.sdk"
- base=$HOME/workspace
export MACOSX_DEPLOYMENT_TARGET=10.10
else
- base=/usr/local
+ base=$HOME/src/dcpomatic
fi
arch=$(uname -m)