diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-18 23:46:37 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-18 23:46:37 -0800 |
commit | 28d19cdf2b16c636e25b500a24489451c00dd464 (patch) | |
tree | 61a6e2bc06f2b5e120c3a24ea1a4d8305e155b68 /scripts | |
parent | d85bb135be2f3f99e8cd07dae6dab37b6a80da8f (diff) |
Updated to libetpan c3d37fa8a135c36d9f296f01585e56b94dd55642
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-libetpan-ios.sh | 2 | ||||
-rwxr-xr-x | scripts/build-libetpan-osx.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-libetpan-ios.sh b/scripts/build-libetpan-ios.sh index 3dea7cf6..1a59175b 100755 --- a/scripts/build-libetpan-ios.sh +++ b/scripts/build-libetpan-ios.sh @@ -7,7 +7,7 @@ popd > /dev/null . "$scriptpath/include.sh/build-dep.sh" url="https://github.com/dinhviethoa/libetpan.git" -rev=7020007cfcc75b58af4d12248f1e687f21a1986d +rev=c3d37fa8a135c36d9f296f01585e56b94dd55642 name="libetpan-ios" xcode_target="libetpan ios" xcode_project="libetpan.xcodeproj" diff --git a/scripts/build-libetpan-osx.sh b/scripts/build-libetpan-osx.sh index f99e3ad7..7ae35867 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=7020007cfcc75b58af4d12248f1e687f21a1986d +rev=c3d37fa8a135c36d9f296f01585e56b94dd55642 name="libetpan-osx" xcode_target="static libetpan" xcode_project="libetpan.xcodeproj" |