Skip to content

Commit

Permalink
Rollback SDK version to 8.1 for Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdevzone committed Sep 9, 2015
1 parent 3f62825 commit 95aaa7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libogg_build.bash
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
IDZ_OGG_VERSION=1.3.2

#Update IDZ_OGG_SDK_VERSION to the version available on your mac
#Run xcodebuild -showsdks to see the iOS version availanle on your mac
#Run xcodebuild -showsdks to see the iOS version available on your mac
echo Available SDKs
xcodebuild -showsdks

IDZ_OGG_SDK_VERSION=8.3
#On GitHub this needs to be an SDK version supported by Travis
IDZ_OGG_SDK_VERSION=8.1

pushd $IDZ_BUILD_ROOT
mkdir -p libogg/$IDZ_OGG_VERSION
Expand Down

0 comments on commit 95aaa7a

Please sign in to comment.