NO-OP: whitespace

This commit is contained in:
Robin Gareus
2020-01-14 00:52:01 +01:00
parent 34c4f7b8ee
commit bca825e515
12 changed files with 22 additions and 22 deletions

View File

@@ -46,8 +46,8 @@ def build(bld):
obj.defines = [ 'LIBWAVEVIEW_DLL_EXPORTS=1' ]
else:
obj = bld.stlib(features = 'cxx cxxstlib', source=waveview_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 = ['.']