mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 22:58:28 +00:00
14 lines
221 B
Bash
Executable File
14 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
export IOSSDK=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/
|
|
|
|
test ! -d "tmp" && {
|
|
mkdir tmp
|
|
}
|
|
|
|
script/cores/nestopia
|
|
script/cores/snes9x_next
|
|
|