mirror of
https://github.com/libretro/libretro-super
synced 2025-04-16 14:42:46 +00:00
Merge pull request #124 from lordashram/master
(bSNES) Profiles build fix
This commit is contained in:
commit
0aa0417ba0
@ -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…
x
Reference in New Issue
Block a user