diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-28 14:16:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-28 14:16:20 +0200 |
commit | b752b85660d2fff149b0822ebe21e9f2d4ee4e1d (patch) | |
tree | 062c870a0a13c728b71b2af27d8f5579ddb3a957 | |
parent | 9a3a8d1915c8a3666984d6603606af856dfd8c41 (diff) |
Update to reflect new GCC signature for C++ modules branch
-rw-r--r-- | build2/cxx/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index 53ee2d2..e2165a6 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -160,7 +160,7 @@ namespace build2 // if (l && // Barely usable at the moment. mj >= 8 && - ci.version.build.find ("cxx-modules") != string::npos) + ci.version.build.find ("c++-modules") != string::npos) { r.push_back ("-fmodules"); modules = true; |