mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Fix 2048 and bluemsx
This commit is contained in:
parent
dfb1d7f6ce
commit
bb93b79235
@ -179,7 +179,7 @@ build_libretro_tyrquake() {
|
||||
}
|
||||
|
||||
build_libretro_2048() {
|
||||
build_libretro_generic_makefile "2048" "." "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_generic_makefile "2048" "." "Makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_vecx() {
|
||||
@ -191,7 +191,7 @@ build_libretro_stella() {
|
||||
}
|
||||
|
||||
build_libretro_bluemsx() {
|
||||
build_libretro_generic_makefile "bluemsx" "." "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_generic_makefile "bluemsx" "." "Makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_handy() {
|
||||
|
Loading…
Reference in New Issue
Block a user