Skip to content

Commit 727d71d

Browse files
committed
Remove Xcode Beta path from build scripts
1 parent 9428cf3 commit 727d71d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/do-compile-ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ elif [ "$FF_PLATFORM" = "Catalyst" ]; then
189189
FF_BUILD_NAME="ffmpeg-x86_64"
190190
FF_BUILD_NAME_OPENSSL=openssl-x86_64
191191
FF_XCRUN_PLATFORM="iPhoneSimulator"
192-
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"
192+
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"
193193
FFMPEG_CFG_FLAGS="$FFMPEG_CFG_FLAGS $FFMPEG_CFG_FLAGS_INTEL"
194194
else
195195
echo "unknown architecture $FF_PLATFORM, $FF_ARCH";

scripts/do-compile-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ elif [ "$FF_PLATFORM" = "Catalyst" ]; then
141141
if [ "$FF_ARCH" = "x86_64" ]; then
142142
FF_BUILD_NAME="openssl-x86_64"
143143
FF_XCRUN_PLATFORM="iPhoneSimulator"
144-
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"
144+
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"
145145
OPENSSL_CFG_FLAGS="darwin64-x86_64-cc $OPENSSL_CFG_FLAGS"
146146
else
147147
echo "unknown architecture $FF_PLATFORM, $FF_ARCH";

0 commit comments

Comments
 (0)