MultiCraft/build/iOS/deps/libraries.sh
MoNTE48 6628aaac96 iOS: revert 'use libintl from gettext'
Doesn't work with older iOS versions.
2020-11-08 22:45:28 +01:00

12 lines
235 B
Bash
Executable File

#!/bin/bash -e
./irrlicht.sh
./freetype.sh
./libcurl.sh
#./gettext.sh ## doesn't work with older iOS versions
./openal.sh
#./luajit.sh ## requires an older version of macOS (with 32-bit support)
echo
echo "All libraries were built!"