NO-OP: whitespace
This commit is contained in:
@@ -21,8 +21,8 @@ def configure(conf):
|
||||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
obj=bld.stlib (source = ['lua.cc', 'luastate.cc'],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
obj=bld.stlib (source = ['lua.cc', 'luastate.cc'],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
cxxflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
includes = ['.'],
|
||||
export_includes = ['.'],
|
||||
|
||||
Reference in New Issue
Block a user