From 0fb42229a5bf13170667701ad6cb468d58348007 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2020 12:49:10 +0200 Subject: 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. --- libbuild2/config/host-config.cxx.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/config/host-config.cxx.in') 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$)###"; } } -- cgit v1.1