NO-OP: whitespace

This commit is contained in:
Robin Gareus 2020-01-14 00:52:01 +01:00
parent 34c4f7b8ee
commit bca825e515
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
12 changed files with 22 additions and 22 deletions

View file

@ -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 = ['.'],