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:25:35 +0100 |
commit | db0a579a7fe689388c84e8c4ea05660bc502411a (patch) | |
tree | 79cf46c6a9f819a9d561dd2565825c0ca9749d9c | |
parent | 6e1bfae10aaca1a2e4cd5b2716ad85973e6cae08 (diff) | |
download | ingen-db0a579a7fe689388c84e8c4ea05660bc502411a.tar.gz ingen-db0a579a7fe689388c84e8c4ea05660bc502411a.tar.bz2 ingen-db0a579a7fe689388c84e8c4ea05660bc502411a.zip |
Explicitly set language version
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ def configure(conf): conf.load('python', cache=True) conf.load('autowaf', cache=True) + autowaf.set_cxx_lang(conf, 'c++11') conf.check_cxx(header_name='boost/format.hpp') conf.check_cxx(header_name='boost/intrusive/slist.hpp') |