diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-02 12:49:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-02 12:49:10 +0200 |
commit | 0fb42229a5bf13170667701ad6cb468d58348007 (patch) | |
tree | d56760707760af718decb319ea17f91d1e98e51a /libbuild2/config/host-config.cxx.in | |
parent | 3d08bfb688cf08fb805c9431d43e65d58dcb8669 (diff) |
Fix ~host config to only contain cc and bin modules configuration
Also add ~build2 that contains everything (except config.dist.*) to be used
for build system modules.
Diffstat (limited to 'libbuild2/config/host-config.cxx.in')
-rw-r--r-- | libbuild2/config/host-config.cxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/config/host-config.cxx.in b/libbuild2/config/host-config.cxx.in index 2e45c46..9e3e0c2 100644 --- a/libbuild2/config/host-config.cxx.in +++ b/libbuild2/config/host-config.cxx.in @@ -8,5 +8,6 @@ namespace build2 // This is a raw string literal, in case you are unfamiliar. // extern const char host_config[] = R"###($host_config$)###"; + extern const char build2_config[] = R"###($build2_config$)###"; } } |