From: DRC Date: Fri, 10 May 2019 01:46:18 +0000 (-0500) Subject: Travis: Fix iOS build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=051f4862f94a1d5b7ef5733410378ca53f5ac9af;p=libjpeg-turbo Travis: Fix iOS build The new libjpeg-turbo 2.1.x official build scripts expect Xcode to be under /Applications/Xcode83.app. --- diff --git a/.travis.yml b/.travis.yml index 94e7589..5f6a14d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ addons: before_install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then git clone --depth=1 https://github.com/libjpeg-turbo/gas-preprocessor.git ~/src/gas-preprocessor && - ln -fs /Applications/Xcode.app /Applications/Xcode72.app; + ln -fs /Applications/Xcode.app /Applications/Xcode83.app; fi - if [ "${BUILD_OFFICIAL:-}" != "" ]; then if [ "$TRAVIS_OS_NAME" = "linux" ]; then