Fluidsynth 2.0 uses anonymous unions (added in c11, or gnu99)
This commit is contained in:
parent
5b03c41f6c
commit
2de7ee24a8
@ -65,7 +65,7 @@ def build(bld):
|
|||||||
'src/fluid_synth_monopoly.c',
|
'src/fluid_synth_monopoly.c',
|
||||||
'src/fluid_sys.c'
|
'src/fluid_sys.c'
|
||||||
],
|
],
|
||||||
cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden' ],
|
cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden', '-std=gnu99' ],
|
||||||
includes = ['.', 'src/' ],
|
includes = ['.', 'src/' ],
|
||||||
target = 'libfluidsynth',
|
target = 'libfluidsynth',
|
||||||
use = 'libfluidsynth_includes',
|
use = 'libfluidsynth_includes',
|
||||||
|
Loading…
Reference in New Issue
Block a user