mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 22:48:56 +02:00
fx
This commit is contained in:
parent
ecd2485fae
commit
5b8cd60309
1 changed files with 2 additions and 2 deletions
4
externals/ffmpeg/CMakeLists.txt
vendored
4
externals/ffmpeg/CMakeLists.txt
vendored
|
|
@ -203,8 +203,8 @@ else()
|
|||
)
|
||||
elseif(IOS)
|
||||
execute_process(COMMAND xcrun --sdk iphoneos --show-sdk-path OUTPUT_VARIABLE SYSROOT)
|
||||
set(FFmpeg_CC "xcrun --sdk iphoneos clang -arch arm64")
|
||||
set(FFmpeg_CXX "xcrun --sdk iphoneos clang++ -arch arm64")
|
||||
set(FFmpeg_CC xcrun --sdk iphoneos clang -arch arm64)
|
||||
set(FFmpeg_CXX xcrun --sdk iphoneos clang++ -arch arm64)
|
||||
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
|
||||
--arch=arm64
|
||||
--enable-cross-compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue