mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Update fluidsynth cflags
This commit is contained in:
parent
cefbb6db32
commit
c76f13d6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def build(bld):
|
|||
'src/fluid_synth_monopoly.c',
|
||||
'src/fluid_sys.c'
|
||||
],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden', '-std=gnu99'] + (['-Wno-unused-function'] if bld.env['build_target'] != 'msvc' else []),
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic']] + (['-fvisibility=hidden', '-std=gnu99', '-Wno-unused-function'] if bld.env['build_target'] != 'msvc' else []),
|
||||
includes = ['.', 'src/' ],
|
||||
target = 'libfluidsynth',
|
||||
use = 'libfluidsynth_includes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue