mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Fixed some build-breaking typos.
vecx, mame078 and nestopia build rules contained some mistakes that didn't allowed them to build properly.
This commit is contained in:
parent
eb98aa8ab2
commit
c4310bed2c
@ -147,7 +147,7 @@ build_libretro_2048() {
|
||||
}
|
||||
|
||||
build_libretro_vecx() {
|
||||
build_libretro_generic_makefile "vecx" "." "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_generic_makefile "vecx" "." "Makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_stella() {
|
||||
@ -187,7 +187,7 @@ build_libretro_genesis_plus_gx() {
|
||||
}
|
||||
|
||||
build_libretro_mame078() {
|
||||
build_libretro_generic_makefile "mame078" "makefile" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_generic_makefile "mame078" "." "makefile" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_prboom() {
|
||||
@ -247,7 +247,7 @@ build_libretro_meteor() {
|
||||
}
|
||||
|
||||
build_libretro_nestopia() {
|
||||
build_libretro_generic_makefile "meteor" "libretro" "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_generic_makefile "nestopia" "libretro" "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_gambatte() {
|
||||
|
Loading…
Reference in New Issue
Block a user