This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
autoreconf -fi >/dev/null 2>&1 | |
NDK_ROOT=/usr/local/opt/android-ndk | |
curl http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.5.tar.gz | tar xz | |
cd onig-5.9.5 | |
# So, we need to remake the configure scripts so that the arm64 architecture |