diff options
author | David Robillard <d@drobilla.net> | 2022-05-27 12:36:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-27 12:54:26 -0400 |
commit | 1641dea5bc7cfd5c2f8d1a38dcdc07d3829a85eb (patch) | |
tree | 4d6bbe61ecc798747d3968099faf0d8eaa88d50a /wscript | |
parent | 47a5eceb3b81b8a015fbaa69a02b984f04a9f0dd (diff) | |
download | jalv-1641dea5bc7cfd5c2f8d1a38dcdc07d3829a85eb.tar.gz jalv-1641dea5bc7cfd5c2f8d1a38dcdc07d3829a85eb.tar.bz2 jalv-1641dea5bc7cfd5c2f8d1a38dcdc07d3829a85eb.zip |
Build Qt and Gtkmm versions as C++14
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ def configure(conf): conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') + autowaf.set_cxx_lang(conf, 'c++14') if Options.options.strict: # Check for programs used by lint target |