diff options
-rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ command="gcc $CFLAGS -o lemon $objects $LDFLAGS $libs" | |||
27 | echo $command | 27 | echo $command |
28 | $command | 28 | $command |
29 | 29 | ||
30 | echo "_______________ BUILDING Irrlicht _______________" | ||
31 | cd $wd/libraries/irrlicht-1.8/source/Irrlicht | ||
32 | make | ||
30 | 33 | ||
31 | # Test if edje is already available, build EFL up to edje if not. | 34 | # Test if edje is already available, build EFL up to edje if not. |
32 | # TODO - Check EFL version. | 35 | # TODO - Check EFL version. |