File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " ;
Original file line number Diff line number Diff 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 " ;
You can’t perform that action at this time.
0 commit comments