mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
Test Fix
This commit is contained in:
parent
80c109219c
commit
f7cfc59750
4
libretro-build-common.sh
Normal file → Executable file
4
libretro-build-common.sh
Normal file → Executable file
@ -47,8 +47,8 @@ build_libretro_ffmpeg() {
|
||||
echo '=== Building FFmpeg ==='
|
||||
cd libretro-ffmpeg
|
||||
|
||||
"${MAKE} platform=${FORMAT_COMPILER_TARGET} -j${JOBS} clean" || die 'Failed to clean FFmpeg'
|
||||
"${MAKE} platform=${FORMAT_COMPILER_TARGET} -j${JOBS}"
|
||||
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" "-j${JOBS}" clean || die 'Failed to clean FFmpeg'
|
||||
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" "-j${JOBS}"
|
||||
cp "ffmpeg_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||
else
|
||||
echo 'FFmpeg not fetched, skipping ...'
|
||||
|
Loading…
Reference in New Issue
Block a user