2
0
Fork 0

[waf] Add lua to uselib for mod_lua

personal/stbuehler/wip
Thomas Porzelt 2009-11-03 13:25:30 +01:00
parent d86a5255e4
commit 5ca4cd5eeb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def build(bld):
lighty_mod(bld, 'mod_fastcgi', 'mod_fastcgi.c')
lighty_mod(bld, 'mod_fortune', 'mod_fortune.c')
if bld.env['USE_LUA'] == 1:
lighty_mod(bld, 'mod_lua', 'mod_lua.c')
lighty_mod(bld, 'mod_lua', 'mod_lua.c', ['lua'])
if env['USE_OPENSSL'] == 1:
uselib = ['ssl','crypto']
lighty_mod(bld, 'mod_openssl', 'mod_openssl.c', uselib)