Files
eepp/projects/ios/gen-xcode4-proj.sh
Martín Lucas Golini c08687c9fe Fix iOS build.
2025-12-31 13:17:32 -03:00

7 lines
178 B
Bash
Executable File

#!/bin/sh
premake5 --file=../../premake5.lua --os=ios --with-static-eepp --with-gles1 --with-gles2 --with-static-backend xcode4
cp Info.plist ../../make/ios
sh ./build-sdl2.sh