mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead
This commit is contained in:
parent
8ed33f1bc7
commit
931fcdcfb6
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ def build(bld):
|
|||
obj.includes = [ '../libs/fst', '.' ]
|
||||
obj.name = 'libgtk2_ardour'
|
||||
obj.target = 'gtk2_ardour'
|
||||
obj.cflags = [ '-fPIC' ]
|
||||
obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||
|
||||
else:
|
||||
# just the normal executable version of the GTK GUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue