aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-10-26 12:02:01 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-10-26 12:02:01 -0700
commit314d13ed45b45c24148938bec3b030d6270cae41 (patch)
tree39978fe515da8e27c1dcb6f9a914060ff8c676c0 /scripts
parentde7acf01a2ed136c4c35530623ecb42666eb12b3 (diff)
tweak osx build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/include.sh/build-dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/include.sh/build-dep.sh b/scripts/include.sh/build-dep.sh
index 84cdb6d9..91232540 100755
--- a/scripts/include.sh/build-dep.sh
+++ b/scripts/include.sh/build-dep.sh
@@ -211,7 +211,7 @@ build_git_osx()
echo building $name $version - $rev
cd "$srcdir/$name/build-mac"
- xctool -project "$xcode_project" -sdk macosx$sdk -scheme "$xcode_target" -configuration Release ARCHS="$archs" SYMROOT="$tmpdir/bin" OBJROOT="$tmpdir/obj" IPHONEOS_DEPLOYMENT_TARGET="$sdkminversion"
+ xctool -project "$xcode_project" -sdk macosx$sdk -scheme "$xcode_target" -configuration Release ARCHS="$archs" SYMROOT="$tmpdir/bin" OBJROOT="$tmpdir/obj" MACOSX_DEPLOYMENT_TARGET="$sdkminversion"
if test x$? != x0 ; then
echo failed
exit 1