From 904a70bf75ba9f5320cac611a2fab3f1fbd02425 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 9 Oct 2024 07:48:50 +0200 Subject: IMP: Implement TOML C++ build system it's not perfect, but it's here. Signed-off-by: Amlal EL Mahrouss --- cli/AppMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/AppMain.cxx b/cli/AppMain.cxx index 0546aab..6719c19 100644 --- a/cli/AppMain.cxx +++ b/cli/AppMain.cxx @@ -55,7 +55,7 @@ int main(int argc, char** argv) return; } - std::cout << "btb: Building: " << index_path << std::endl; + std::cout << "btb: building: " << index_path << std::endl; if (builder && !builder->Build(index_path.size(), index_path.c_str())) { -- cgit v1.2.3