From 29011c5b7b432c665298c89f78883323cc3f2888 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 24 Mar 2018 09:49:05 -0400 Subject: Run configure first --- .travis/build.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1