From 0888cc4f6800f52e0bbdf2318971f04ad94ae546 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 17 Sep 2015 22:24:33 -0700 Subject: Build of libetpan on OS X --- scripts/include.sh/build-dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/include.sh') 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 -- cgit v1.2.3