diff options
author | David Robillard <d@drobilla.net> | 2017-10-07 12:50:52 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 14:03:05 +0100 |
commit | 2f1da357448bbd37688baecfcc84f997664847a7 (patch) | |
tree | 7781ac2803d515a86d6dc9dacbd6482c652e2db8 /wscript | |
parent | 139861de30aff14c4cf48074864eb5dab03b9303 (diff) |
Update waf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ def configure(conf): conf.load('compiler_c') conf.load('lv2') autowaf.configure(conf) - autowaf.set_c99_mode(conf) autowaf.display_header('Omins.LV2 Configuration') autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') |