mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
Add TGBDual build rule
This commit is contained in:
parent
e41a1b97fd
commit
cb6c2cb1f8
@ -362,6 +362,20 @@ build_libretro_gambatte() {
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_tgbdual() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d 'libretro-tgbdual' ]; then
|
||||
echo '=== Building TGBDual ==='
|
||||
cd libretro-tgbdual
|
||||
|
||||
"${MAKE}" -f Makefile platform="${FORMAT_COMPILER_TARGET_ALT}" ${COMPILER} "-j${JOBS}" clean || die 'Failed to clean TGBDual'
|
||||
"${MAKE}" -f Makefile platform="${FORMAT_COMPILER_TARGET_ALT}" ${COMPILER} "-j${JOBS}" || die 'Failed to build TGBDual'
|
||||
cp "tgbdual_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||
else
|
||||
echo 'TGBDual not fetched, skipping ...'
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_nx() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d 'libretro-nx' ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user