summaryrefslogtreecommitdiffstats
path: root/compile-ios.sh
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-09-05 11:53:35 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-09-05 12:40:42 -0700
commit688bb1993f66615bb744735eced3f48a3a5bc482 (patch)
tree285dbb95103734a476b11a9fc2a4f7014067e39f /compile-ios.sh
parent94bda489cefb78f978658aa9fe8070c73efcbf81 (diff)
Get oniguruma from github instead of geocities
Diffstat (limited to 'compile-ios.sh')
-rwxr-xr-xcompile-ios.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile-ios.sh b/compile-ios.sh
index a2965c51..5d71dc35 100755
--- a/compile-ios.sh
+++ b/compile-ios.sh
@@ -12,8 +12,8 @@ NJOBS="-j`sysctl -n hw.ncpu || echo 1`"
# Get oniguruma
rm -rf $PWD/build/ios onig-5.9.5
echo "Downloading oniguruma 5.9.5"
-curl http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.5.tar.gz | tar xz
-cd onig-5.9.5
+curl -L https://github.com/kkos/oniguruma/archive/v5.9.6.tar.gz | tar xz
+cd oniguruma-5.9.5
# So, we need to remake the configure scripts so that the arm64 architecture
# exists in config.sub. In order to keep autoreconf from failing, create