diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-20 11:13:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-20 11:13:44 +0200 |
| commit | 46be6aa7475bd8929e9f2ea040da71ae180c3321 (patch) | |
| tree | 16bebc1d96cbd1be8a30996ec716ff7fc2628c95 /platform | |
| parent | ceeeaf107dd484a984be1737b38f2d301462a8bf (diff) | |
Tweak set_paths.sh
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/set_paths.sh | 3 |
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) |
