3 # Sebastian Schlingmann, 2008
4 # Thomas Nagy, 2008 (ita)
7 from TaskGen
import taskgen
, feature
8 from Constants
import *
10 TaskGen
.declare_chain(
12 rule
= '${LUAC} -s -o ${TGT} ${SRC}',
16 install
= 'LUADIR', # env variable
21 self
.default_chmod
= O755
24 conf
.find_program('luac', var
='LUAC', mandatory
= True)