mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 19:32:34 -07:00
cmake: Specify the compiler on autotools externals
Enables CCache on externals if available.
This commit is contained in:
@@ -605,6 +605,8 @@ if (YUZU_USE_BUNDLED_FFMPEG)
|
||||
--disable-vdpau
|
||||
--enable-decoder=h264
|
||||
--enable-decoder=vp9
|
||||
--cc="${CMAKE_C_COMPILER}"
|
||||
--cxx="${CMAKE_CXX_COMPILER}"
|
||||
WORKING_DIRECTORY
|
||||
${FFmpeg_BUILD_DIR}
|
||||
)
|
||||
|
Reference in New Issue
Block a user