mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
fx
This commit is contained in:
parent
fca8306b82
commit
89318e50db
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)
|
elseif(IOS)
|
||||||
execute_process(COMMAND xcrun --sdk iphoneos --show-sdk-path OUTPUT_VARIABLE SYSROOT)
|
execute_process(COMMAND xcrun --sdk iphoneos --show-sdk-path OUTPUT_VARIABLE SYSROOT)
|
||||||
set(FFmpeg_CC "xcrun --sdk iphoneos clang -arch arm64")
|
set(FFmpeg_CC xcrun --sdk iphoneos clang -arch arm64)
|
||||||
set(FFmpeg_CXX "xcrun --sdk iphoneos clang++ -arch arm64")
|
set(FFmpeg_CXX xcrun --sdk iphoneos clang++ -arch arm64)
|
||||||
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
|
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
|
||||||
--arch=arm64
|
--arch=arm64
|
||||||
--enable-cross-compile
|
--enable-cross-compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue