aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /build.sh
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to '')
-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.