aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 310a82c..325e9ee 100755
--- a/build.sh
+++ b/build.sh
@@ -28,7 +28,7 @@ echo $command
28$command 28$command
29 29
30echo "_______________ BUILDING Irrlicht _______________" 30echo "_______________ BUILDING Irrlicht _______________"
31cd $wd/libraries/irrlicht-1.8/source/Irrlicht 31cd $wd/libraries/irrlicht-1.8.1/source/Irrlicht
32make 32make
33 33
34# 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.