(bSNES) Profiles build fix
This commit is contained in:
parent
99ab99859a
commit
93f5be8959
|
@ -447,9 +447,9 @@ rebuild_libretro_ume() {
|
||||||
# $4 is compiler
|
# $4 is compiler
|
||||||
build_libretro_bsnes_modern() {
|
build_libretro_bsnes_modern() {
|
||||||
cd "${BASE_DIR}"
|
cd "${BASE_DIR}"
|
||||||
if [ -d "libretro-${1}/${2}" ]; then
|
if [ -d "libretro-${1}" ]; then
|
||||||
echo "=== Building ${1} ${3} ==="
|
echo "=== Building ${1} ${3} ==="
|
||||||
cd libretro-${1}/${2}
|
cd libretro-${1}
|
||||||
|
|
||||||
if [ -z "${NOCLEAN}" ]; then
|
if [ -z "${NOCLEAN}" ]; then
|
||||||
rm -f obj/*.{o,"${FORMAT_EXT}"}
|
rm -f obj/*.{o,"${FORMAT_EXT}"}
|
||||||
|
|
Loading…
Reference in New Issue