aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/include.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-17 22:24:33 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-17 22:24:50 -0700
commit0888cc4f6800f52e0bbdf2318971f04ad94ae546 (patch)
tree11ec75b89ba4cfac07b14bc40cf3e75293b7df74 /scripts/include.sh
parent9d7f7a65ff2166ff9a0330afc4a7d938a847c32d (diff)
Build of libetpan on OS X
Diffstat (limited to 'scripts/include.sh')
-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 c3dcd4aa..c4eaae31 100755
--- a/scripts/include.sh/build-dep.sh
+++ b/scripts/include.sh/build-dep.sh
@@ -209,7 +209,7 @@ build_git_osx()
echo building $name $version - $rev
cd "$srcdir/$name/build-mac"
- xctool -project "$xcode_project" -sdk $sdk -scheme "$xcode_target" -configuration Release ARCHS="$archs" SYMROOT="$tmpdir/bin" OBJROOT="$tmpdir/obj"
+ xctool -project "$xcode_project" -sdk macosx$sdk -scheme "$xcode_target" -configuration Release ARCHS="$archs" SYMROOT="$tmpdir/bin" OBJROOT="$tmpdir/obj"
if test x$? != x0 ; then
echo failed
exit 1