summaryrefslogtreecommitdiff
path: root/libs/lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-14 00:52:01 +0100
committerRobin Gareus <robin@gareus.org>2020-01-14 00:52:24 +0100
commitbca825e5157063887ceec08107aae41857ead838 (patch)
tree02f2b0b7c138dc294f3fe4fa252b6d22accd2af2 /libs/lua
parent34c4f7b8eec3a319be1e8a07ebd7ddc217ade704 (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/lua')
-rw-r--r--libs/lua/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/lua/wscript b/libs/lua/wscript
index 88d4d3b734..7d1895a5bf 100644
--- a/libs/lua/wscript
+++ b/libs/lua/wscript
@@ -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 = ['.'],