From e2c10df2c80ac5b3668f63cde93036c41291ec51 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 Apr 2013 15:56:55 +0200 Subject: [PATCH] Clean up iOS script somewhat --- libretro-build-ios.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/libretro-build-ios.sh b/libretro-build-ios.sh index 0d9e0be1..f53e6047 100755 --- a/libretro-build-ios.sh +++ b/libretro-build-ios.sh @@ -15,23 +15,6 @@ export IOSSDK=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.plat . libretro-build-common-console.sh -create_dist_dir() -{ - if [ -d $RARCH_DIR ]; then - echo "Directory $RARCH_DIR already exists, skipping creation..." - else - mkdir $RARCH_DIR - fi - - if [ -d $RARCH_DIST_DIR ]; then - echo "Directory $RARCH_DIST_DIR already exists, skipping creation..." - else - mkdir $RARCH_DIST_DIR - fi -} - -create_dist_dir - build_libretro_pcsx_rearmed build_libretro_mednafen build_libretro_mednafen_psx