summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 07:25:04 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 07:25:04 +0200
commit35bf67c51b620b96827b75b0548f56d08415bb90 (patch)
tree2c57462a5fc2c981c1159c367df5c943c3c827ed /src
parent518a6da50bfb86e938b2bbf850e3740fa824e832 (diff)
IMP: Add Windows version of BTB. Also separate vendor libs from include
directory. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/TOMLManifestBuilder.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TOMLManifestBuilder.cxx b/src/TOMLManifestBuilder.cxx
index 51b29d1..198c43b 100644
--- a/src/TOMLManifestBuilder.cxx
+++ b/src/TOMLManifestBuilder.cxx
@@ -20,6 +20,8 @@ bool TOMLManifestBuilder::Build(int arg_sz, const char* arg_val)
{
tbl = toml::parse_file(arg_val);
std::cout << tbl << "\n";
+
+ return true;
}
catch (const toml::parse_error& err)
{