summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 10:10:59 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 10:10:59 -0400
commitda586f8113775ecdaff870f4a4515b21fdb00bd7 (patch)
tree20d05da4fd79702246f2990c7d3065350cf10489
parent4f8d58c65f4ab3ba77c8208a1631318d29056dd8 (diff)
downloadlibffi-da586f8113775ecdaff870f4a4515b21fdb00bd7.tar.gz
ios changes
-rwxr-xr-x.travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 3f6cd28..42173f3 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -19,7 +19,7 @@ function build_ios()
# export PYTHON_BIN=/usr/local/bin/python
./generate-darwin-source-and-headers.py
xcodebuild -showsdks
- xcodebuild -project libffi.xcodeproj -target "libffi iOS" -configuration Release -sdk iphoneos10.0 OTHER_CFLAGS="-no-integrated-as"
+ xcodebuild -project libffi.xcodeproj -target "libffi iOS" -configuration Release -sdk iphoneos10.3 OTHER_CFLAGS="-no-integrated-as"
}
./autogen.sh