uhh do this right

This commit is contained in:
Jon Maddox 2013-03-26 12:50:13 -04:00
parent 9e5056d047
commit 6825695aea

View File

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