mirror of
https://github.com/libretro/libretro-super
synced 2025-02-23 18:40:05 +00:00
uhh do this right
This commit is contained in:
parent
9e5056d047
commit
6825695aea
@ -15,7 +15,9 @@ fi
|
||||
|
||||
export IOSSDK=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/
|
||||
|
||||
if ! $SKIPFETCH ; then
|
||||
if [ $SKIPFETCH == "true" ] ; then
|
||||
echo "Skipping fetch of emulator cores."
|
||||
else
|
||||
# clone/fetch the emulator core repos
|
||||
cd $CORES_DIR
|
||||
"$ROOT_DIR/libretro-fetch.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user