From 314d13ed45b45c24148938bec3b030d6270cae41 Mon Sep 17 00:00:00 2001 From: "Hoa V. Dinh" Date: Mon, 26 Oct 2015 12:02:01 -0700 Subject: tweak osx build --- scripts/include.sh/build-dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3