Skip to content

Commit 95aaa7a

Browse files
committed
Rollback SDK version to 8.1 for Travis builds.
1 parent 3f62825 commit 95aaa7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libogg_build.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
IDZ_OGG_VERSION=1.3.2
22

33
#Update IDZ_OGG_SDK_VERSION to the version available on your mac
4-
#Run xcodebuild -showsdks to see the iOS version availanle on your mac
4+
#Run xcodebuild -showsdks to see the iOS version available on your mac
55
echo Available SDKs
66
xcodebuild -showsdks
77

8-
IDZ_OGG_SDK_VERSION=8.3
8+
#On GitHub this needs to be an SDK version supported by Travis
9+
IDZ_OGG_SDK_VERSION=8.1
910

1011
pushd $IDZ_BUILD_ROOT
1112
mkdir -p libogg/$IDZ_OGG_VERSION

0 commit comments

Comments
 (0)