summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 10:04:33 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 10:04:33 -0400
commit4f8d58c65f4ab3ba77c8208a1631318d29056dd8 (patch)
treeb65e5490e55161010aa0dfb9cecba3ceb6fc4cd8
parent29011c5b7b432c665298c89f78883323cc3f2888 (diff)
downloadlibffi-4f8d58c65f4ab3ba77c8208a1631318d29056dd8.tar.gz
ios changes
-rwxr-xr-x.travis/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 5dfac3d..3f6cd28 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -18,7 +18,8 @@ function build_ios()
which python
# export PYTHON_BIN=/usr/local/bin/python
./generate-darwin-source-and-headers.py
- xcodebuild -project libffi.xcodeproj -target "libffi iOS" -configuration Release -sdk iphoneos6.1 OTHER_CFLAGS="-no-integrated-as"
+ xcodebuild -showsdks
+ xcodebuild -project libffi.xcodeproj -target "libffi iOS" -configuration Release -sdk iphoneos10.0 OTHER_CFLAGS="-no-integrated-as"
}
./autogen.sh