diff options
-rwxr-xr-x | waf | bin | 87638 -> 88585 bytes | |||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -24,7 +24,7 @@ def configure(conf): autowaf.display_header('Mdala Configuration') conf.load('compiler_cxx') - autowaf.check_header(conf, 'lv2/lv2plug.in/ns/lv2core/lv2.h') + autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h') conf.env.append_value('CFLAGS', '-std=c99') |