(bSNES) Profiles build fix

This commit is contained in:
lordashram 2014-10-03 09:38:24 -05:00
parent 99ab99859a
commit 93f5be8959
1 changed files with 2 additions and 2 deletions

View File

@ -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}"}