diff options
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) |
