mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
remove c99'ness from rsynth.c - should fix #5751
This commit is contained in:
parent
f52cfdd639
commit
e451411719
3 changed files with 21 additions and 16 deletions
|
|
@ -15,7 +15,6 @@ def options(opt):
|
|||
def configure(conf):
|
||||
conf.load('compiler_c')
|
||||
autowaf.configure(conf)
|
||||
autowaf.set_c99_mode(conf)
|
||||
if Options.options.lv2:
|
||||
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
||||
uselib_store='LV2_1_0_0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue