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/build-libetpan-osx.sh | 2 +- scripts/deps-versions.plist | 2 +- scripts/include.sh/build-dep.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/build-libetpan-osx.sh b/scripts/build-libetpan-osx.sh index d5266bc0..4ef64e6a 100755 --- a/scripts/build-libetpan-osx.sh +++ b/scripts/build-libetpan-osx.sh @@ -7,7 +7,7 @@ popd > /dev/null . "$scriptpath/include.sh/build-dep.sh" url="https://github.com/dinhviethoa/libetpan.git" -rev=9d88f56dde0eb709161814d7483af7a500ab8fac +rev=fd95586c4140c4a40fd4a6ccd68fc8ddc4deca75 name="libetpan-osx" xcode_target="static libetpan" xcode_project="libetpan.xcodeproj" diff --git a/scripts/deps-versions.plist b/scripts/deps-versions.plist index 2a70169e..e9ee83c6 100644 --- a/scripts/deps-versions.plist +++ b/scripts/deps-versions.plist @@ -9,7 +9,7 @@ libetpan-ios 7 libetpan-osx - 6 + 7 mailcore2-framework-osx 6 mailcore2-ios 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