aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.lua b/build.lua
index 6a4af7c..dc89b11 100755
--- a/build.lua
+++ b/build.lua
@@ -83,8 +83,6 @@ EDJE_FLAGS = '-id ' .. baseDir .. '/media -fd ' .. baseDir .. '/media'
83 83
84if 'nil' == type(args) then 84if 'nil' == type(args) then
85 -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files. 85 -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files.
86 print('_______________ BUILDING lemon _______________')
87 compileFiles('lemon', 'libraries/lemon', {'lemon'}, '')
88 86
89-- print('_______________ BUILDING Irrlicht _______________') 87-- print('_______________ BUILDING Irrlicht _______________')
90 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 88 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.