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

@ -151,8 +151,8 @@ def build(bld):
obj.defines = [ 'LIBPBD_DLL_EXPORTS=1' ]
else:
obj = bld.stlib(features = 'cxx cxxstlib', source=libpbd_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 = []
if bld.is_defined('DEBUG_RT_ALLOC'):