aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/host-config.cxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/config/host-config.cxx.in')
-rw-r--r--libbuild2/config/host-config.cxx.in1
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$)###";
}
}