blob: 2e45c46823a3e0bd6873352ef8b50635ae5f6205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : libbuild2/config/host-config.cxx.in -*- C++ -*-
// license : MIT; see accompanying LICENSE file
namespace build2
{
namespace config
{
// This is a raw string literal, in case you are unfamiliar.
//
extern const char host_config[] = R"###($host_config$)###";
}
}
|