summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 09:49:05 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 09:49:05 -0400
commit29011c5b7b432c665298c89f78883323cc3f2888 (patch)
treec536d581eaa70405af19cf52cf67c2e8239ee190
parent0be6a68e879731be6596ba8f6892d82de148f1b8 (diff)
downloadlibffi-29011c5b7b432c665298c89f78883323cc3f2888.tar.gz
Run configure first
-rwxr-xr-x.travis/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 908991c..5dfac3d 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -21,6 +21,7 @@ function build_ios()
xcodebuild -project libffi.xcodeproj -target "libffi iOS" -configuration Release -sdk iphoneos6.1 OTHER_CFLAGS="-no-integrated-as"
}
+./autogen.sh
case "$HOST" in
arm-apple-darwin*)
build_ios