aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.lua b/build.lua
index 19168fd..bc32ad8 100755
--- a/build.lua
+++ b/build.lua
@@ -66,7 +66,7 @@ if 'number' == type(args) then
66 end 66 end
67end 67end
68 68
69bin_d = baseDir 69bin_d = baseDir .. '/bin'
70lib_d = baseDir .. '/lib' 70lib_d = baseDir .. '/lib'
71data_d = baseDir .. '/media' 71data_d = baseDir .. '/media'
72locale_d = baseDir .. '/locale' 72locale_d = baseDir .. '/locale'
@@ -94,7 +94,7 @@ if 'nil' == type(args) then
94 94
95-- print('_______________ BUILDING Irrlicht _______________') 95-- print('_______________ BUILDING Irrlicht _______________')
96 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 96 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.
97-- runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 97-- runCommand('Irrlicht','src/others/irrlicht-1.8.1/source/Irrlicht', 'make')
98 buildSub('libraries', 'src/libraries') 98 buildSub('libraries', 'src/libraries')
99 buildSub('LuaSL', 'src/LuaSL') 99 buildSub('LuaSL', 'src/LuaSL')
100 buildSub('love', 'src/love') 100 buildSub('love', 'src/love')