Skip to content

Commit

Permalink
Remove Xcode Beta path from build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomartinho committed Nov 27, 2019
1 parent 9428cf3 commit 727d71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/do-compile-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ elif [ "$FF_PLATFORM" = "Catalyst" ]; then
FF_BUILD_NAME="ffmpeg-x86_64"
FF_BUILD_NAME_OPENSSL=openssl-x86_64
FF_XCRUN_PLATFORM="iPhoneSimulator"
FF_XCRUN_OSVERSION="-target x86_64-apple-ios13.0-macabi -DTARGET_OS_MACCATALYST=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
FF_XCRUN_OSVERSION="-target x86_64-apple-ios13.0-macabi -DTARGET_OS_MACCATALYST=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
FFMPEG_CFG_FLAGS="$FFMPEG_CFG_FLAGS $FFMPEG_CFG_FLAGS_INTEL"
else
echo "unknown architecture $FF_PLATFORM, $FF_ARCH";
Expand Down
2 changes: 1 addition & 1 deletion scripts/do-compile-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ elif [ "$FF_PLATFORM" = "Catalyst" ]; then
if [ "$FF_ARCH" = "x86_64" ]; then
FF_BUILD_NAME="openssl-x86_64"
FF_XCRUN_PLATFORM="iPhoneSimulator"
FF_XCRUN_OSVERSION="-DHAVE_FORK=0 -target x86_64-apple-ios13.0-macabi -DTARGET_OS_MACCATALYST=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
FF_XCRUN_OSVERSION="-DHAVE_FORK=0 -target x86_64-apple-ios13.0-macabi -DTARGET_OS_MACCATALYST=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
OPENSSL_CFG_FLAGS="darwin64-x86_64-cc $OPENSSL_CFG_FLAGS"
else
echo "unknown architecture $FF_PLATFORM, $FF_ARCH";
Expand Down

0 comments on commit 727d71d

Please sign in to comment.