diff options
-rwxr-xr-x | waf | bin | 72475 -> 94174 bytes | |||
-rw-r--r-- | wscript | 6 |
2 files changed, 1 insertions, 5 deletions
Binary files differ @@ -27,13 +27,9 @@ def configure(conf): conf.load('compiler_cxx') conf.line_just = 52 autowaf.configure(conf) + autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - if conf.env.MSVC_COMPILER: - conf.env.append_unique('CFLAGS', ['-TP', '-MD']) - else: - conf.env.append_unique('CFLAGS', '-std=c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.7', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.14.0', mandatory=True) |