diff options
Diffstat (limited to 'dev/src/TOMLManifestBuilder.cc')
| -rw-r--r-- | dev/src/TOMLManifestBuilder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/src/TOMLManifestBuilder.cc b/dev/src/TOMLManifestBuilder.cc index e35416a..53034e8 100644 --- a/dev/src/TOMLManifestBuilder.cc +++ b/dev/src/TOMLManifestBuilder.cc @@ -1,6 +1,6 @@ // ============================================================= // // nebuild -// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. +// Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under BSD-3 license. // ============================================================= // #include <BuildKit/TOMLManifestBuilder.h> @@ -75,7 +75,7 @@ bool TOMLManifestBuilder::BuildTarget(const std::string& argv_val, const bool dr for (auto& flag : *compiler_flags) { command += flag.as_string()->get() + " "; } - } + } if (toml_file["compiler_std"].is_string()) command += "-std=" + toml_file["compiler_std"].as_string()->get() + " "; |
