diff options
author | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
commit | ee59dfa651cddc10b670d439b8d6a044751ce719 (patch) | |
tree | dd9425ca0f1ec21c282afef7926ef293fd2fb7ee /wscript | |
parent | 2c2ee138e7ae45ae15a5ff0270e9b7b078228e20 (diff) | |
download | patchage-ee59dfa651cddc10b670d439b8d6a044751ce719.tar.gz patchage-ee59dfa651cddc10b670d439b8d6a044751ce719.tar.bz2 patchage-ee59dfa651cddc10b670d439b8d6a044751ce719.zip |
Explicitly set language version
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ def configure(conf): autowaf.display_header('Patchage Configuration') conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) + autowaf.set_cxx_lang(conf, 'c++11') autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False) |