mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead
This commit is contained in:
parent
d7fca7c828
commit
8ed33f1bc7
24 changed files with 41 additions and 40 deletions
|
|
@ -66,7 +66,7 @@ def build(bld):
|
|||
obj.target = 'ardour-vst-scanner.exe.so'
|
||||
obj.uselib = ['GIOMM', 'DL']
|
||||
obj.use = [ 'libpbd' ]
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||
else:
|
||||
obj = bld (features = 'cxx c cxxprogram')
|
||||
obj.source = ( 'scanner.cc' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue