diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 07:48:50 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 07:48:50 +0200 |
| commit | 904a70bf75ba9f5320cac611a2fab3f1fbd02425 (patch) | |
| tree | 3641832c9594993a51aab995258a4acf039c51ac /cli | |
| parent | 35bf67c51b620b96827b75b0548f56d08415bb90 (diff) | |
IMP: Implement TOML C++ build system it's not perfect, but it's here.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/AppMain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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())) { |
