mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
main core build script, calls all the build scripts for all of the cores
This commit is contained in:
parent
c04d96a59b
commit
845b87fbba
13
ios/script/build_cores
Executable file
13
ios/script/build_cores
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user