BlockColor-Engine/build/iOS/libraries.sh
sfan5 1d07c51eea iOS: LuaJIT & Intl
* LuaJIT

* intl
2016-11-23 20:20:42 +02:00

15 lines
174 B
Bash
Executable File

#!/bin/bash -e
cd deps
./irrlicht.sh
./libogg.sh
./libvorbis.sh # depends on libogg
./leveldb.sh
./freetype.sh
./luajit.sh
./intl.sh
echo
echo "All libraries were built!"