summaryrefslogtreecommitdiff
path: root/libs/widgets
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/widgets
parent34c4f7b8eec3a319be1e8a07ebd7ddc217ade704 (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/widgets')
-rw-r--r--libs/widgets/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/widgets/wscript b/libs/widgets/wscript
index 0ddd0148d9..8be3c4ba32 100644
--- a/libs/widgets/wscript
+++ b/libs/widgets/wscript
@@ -69,8 +69,8 @@ def build(bld):
obj.defines = [ 'LIBWIDGETS_DLL_EXPORTS=1' ]
else:
obj = bld.stlib(features = 'cxx cxxstlib', source=widgets_sources)
- obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
- obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
+ obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
+ obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
obj.defines = [ ]
obj.export_includes = ['.']