mirror of
https://github.com/libretro/libretro-super
synced 2025-01-27 06:35:23 +00:00
(bSNES) Profiles build fix
This commit is contained in:
parent
99ab99859a
commit
93f5be8959
@ -447,9 +447,9 @@ rebuild_libretro_ume() {
|
||||
# $4 is compiler
|
||||
build_libretro_bsnes_modern() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d "libretro-${1}/${2}" ]; then
|
||||
if [ -d "libretro-${1}" ]; then
|
||||
echo "=== Building ${1} ${3} ==="
|
||||
cd libretro-${1}/${2}
|
||||
cd libretro-${1}
|
||||
|
||||
if [ -z "${NOCLEAN}" ]; then
|
||||
rm -f obj/*.{o,"${FORMAT_EXT}"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user