diff options
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index d1a45c3..0755eef 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -6138,7 +6138,7 @@ namespace build2 (dir_path (build_install_data) /= "libbuild2") /= "cc", dir_path (), "std", - "cppm", + string ("cppm"), // For C++14 during bootstrap. target_decl::implied, trace).first); |