mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP: whitespace
This commit is contained in:
parent
34c4f7b8ee
commit
bca825e515
12 changed files with 22 additions and 22 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue