10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
./irrlicht.sh
|
|
./freetype.sh
|
|
./libcurl.sh
|
|
#./luajit.sh ## requires an older version of macOS (with 32-bit support)
|
|
|
|
echo
|
|
echo "All libraries were built!"
|