Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-libopus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Choose your libopus version and your currently-installed iOS SDK version:
#
VERSION="1.3"
SDKVERSION="10.2"
SDKVERSION="13.6"
MINIOSVERSION="8.0"

###########################################################################
Expand All @@ -47,7 +47,7 @@ fi

# No need to change this since xcode build will only compile in the
# necessary bits from the libraries we create
ARCHS="i386 x86_64 armv7 armv7s arm64"
ARCHS="x86_64 arm64"

DEVELOPER=`xcode-select -print-path`
#DEVELOPER="/Applications/Xcode.app/Contents/Developer"
Expand Down