diff options
author | Hoa V. Dinh <dinh.viet.hoa@gmail.com> | 2015-10-26 12:02:01 -0700 |
---|---|---|
committer | Hoa V. Dinh <dinh.viet.hoa@gmail.com> | 2015-10-26 12:02:01 -0700 |
commit | 314d13ed45b45c24148938bec3b030d6270cae41 (patch) | |
tree | 39978fe515da8e27c1dcb6f9a914060ff8c676c0 | |
parent | de7acf01a2ed136c4c35530623ecb42666eb12b3 (diff) |
tweak osx build
-rwxr-xr-x | scripts/include.sh/build-dep.sh | 2 |
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 |