BlockColor-Engine/build/iOS/libraries.sh
2016-11-06 00:14:22 +02:00

13 lines
152 B
Bash
Executable File

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