mirror of
https://github.com/love2d/megasource.git
synced 2026-08-15 15:51:13 +02:00
001744190b
Note: using the same folder for future updates.
4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/sh
|
|
# change to directory above command file
|
|
cd `dirname $0`/..
|
|
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode3 |