diff options
author | David Robillard <d@drobilla.net> | 2017-10-07 12:38:24 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 13:57:16 +0100 |
commit | 0b826b5b7ef1c0d830b733f769528c876b110a61 (patch) | |
tree | 04ce456cfcfad4a667d314c60ff89f5ed623e35b /wscript | |
parent | 12f7d6b0438c94dd87f773a92eee3453d971846e (diff) | |
download | ganv-0b826b5b7ef1c0d830b733f769528c876b110a61.tar.gz ganv-0b826b5b7ef1c0d830b733f769528c876b110a61.tar.bz2 ganv-0b826b5b7ef1c0d830b733f769528c876b110a61.zip |
Update waf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ def configure(conf): conf.load('compiler_cxx') autowaf.configure(conf) autowaf.display_header('Ganv Configuration') - autowaf.set_c99_mode(conf) - autowaf.set_cxx11_mode(conf) autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK', atleast_version='2.0.0', mandatory=True) |