diff options
author | David Robillard <d@drobilla.net> | 2017-10-03 20:52:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 13:57:52 +0100 |
commit | 87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca (patch) | |
tree | 965e07a9326cd55f76bc03ef6a3938b93e98a75f /wscript | |
parent | a18c1346b9069d6a45de215d70d258654342129c (diff) | |
download | jalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.tar.gz jalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.tar.bz2 jalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.zip |
Update waf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -48,8 +48,6 @@ def configure(conf): conf.load('compiler_cxx') autowaf.configure(conf) autowaf.display_header('Jalv Configuration') - autowaf.set_c99_mode(conf) - autowaf.set_cxx11_mode(conf) if conf.check(cflags=["-std=c11"]): conf.env.append_unique('CFLAGS', ['-std=c11']) |