diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 02:35:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 02:35:55 +0100 |
| commit | 7d5f7579ab6882d0e306c9cee58df320a33e7fa0 (patch) | |
| tree | 5c29da31ce5da102f6dda5cdc4918c7c8c3b8b3d | |
| parent | 02bfcefc45de607483c6f33240cae4dc8f79045f (diff) | |
fixup! Separate C++17 from newer *mm API.cpp17
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ def configure(conf): cpp_std = '17' if vars(conf.options)['c++17'] else '11' - if vars(conf.options)['new-mm']: + if vars(conf.options)['new_mm']: conf.env.XMLPP_API = '4.0' conf.env.GLIBMM_API = '2.68' else: |
