From 4327208dafe4d6f1348c0d3815a09c370d125a38 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 31 Jul 2014 11:20:21 +1000 Subject: Oops, left this out of the last commit. --- build.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.lua') diff --git a/build.lua b/build.lua index 0859b25..6a4af7c 100755 --- a/build.lua +++ b/build.lua @@ -85,9 +85,10 @@ if 'nil' == type(args) then -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files. print('_______________ BUILDING lemon _______________') compileFiles('lemon', 'libraries/lemon', {'lemon'}, '') - print('_______________ BUILDING Irrlicht _______________') + +-- print('_______________ BUILDING Irrlicht _______________') -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. - runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') +-- runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') buildSub('libraries', 'src/libraries') buildSub('LuaSL', 'src/LuaSL') buildSub('love', 'src/love') -- cgit v1.1