mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Quick iOS fix
This commit is contained in:
parent
5c417dcd92
commit
e43cbb1ecb
@ -463,7 +463,7 @@ build_libretro_mame_modern() {
|
|||||||
echo "cd \"$build_dir\""
|
echo "cd \"$build_dir\""
|
||||||
cd "$build_dir"
|
cd "$build_dir"
|
||||||
|
|
||||||
if [ "$IOS" ]; then
|
if [ -n "$IOS" ]; then
|
||||||
if [ -z "$NOCLEAN" ]; then
|
if [ -z "$NOCLEAN" ]; then
|
||||||
echo "$MAKE -f Makefile.libretro \"TARGET=$2\" \"PARTIAL=$3\" platform=\"$FORMAT_COMPILER_TARGET\" CC=\"$CC\" CXX=\"$CXX\" \"-j$JOBS\" clean"
|
echo "$MAKE -f Makefile.libretro \"TARGET=$2\" \"PARTIAL=$3\" platform=\"$FORMAT_COMPILER_TARGET\" CC=\"$CC\" CXX=\"$CXX\" \"-j$JOBS\" clean"
|
||||||
$MAKE -f Makefile.libretro "TARGET=$2" "PARTIAL=$3" platform="$FORMAT_COMPILER_TARGET" CC="$CC" CXX="$CXX" "-j$JOBS" clean || die 'Failed to clean MAME'
|
$MAKE -f Makefile.libretro "TARGET=$2" "PARTIAL=$3" platform="$FORMAT_COMPILER_TARGET" CC="$CC" CXX="$CXX" "-j$JOBS" clean || die 'Failed to clean MAME'
|
||||||
|
@ -16,5 +16,4 @@ fi
|
|||||||
|
|
||||||
# The iOS build rules have all been moved to libretro-build.sh
|
# The iOS build rules have all been moved to libretro-build.sh
|
||||||
|
|
||||||
platform=ios
|
platform=ios ${BASE_DIR}/libretro-build.sh $@
|
||||||
${BASE_DIR}/libretro-build.sh $@
|
|
||||||
|
Loading…
Reference in New Issue
Block a user