We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f62825 commit 95aaa7aCopy full SHA for 95aaa7a
libogg_build.bash
@@ -1,11 +1,12 @@
1
IDZ_OGG_VERSION=1.3.2
2
3
#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
+#Run xcodebuild -showsdks to see the iOS version available on your mac
5
echo Available SDKs
6
xcodebuild -showsdks
7
8
-IDZ_OGG_SDK_VERSION=8.3
+#On GitHub this needs to be an SDK version supported by Travis
9
+IDZ_OGG_SDK_VERSION=8.1
10
11
pushd $IDZ_BUILD_ROOT
12
mkdir -p libogg/$IDZ_OGG_VERSION
0 commit comments