diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:48:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 08:48:35 +0100 |
| commit | 8cf214b3e06556aa0aa18133aac60ddbedebc06e (patch) | |
| tree | 86d0ff4cfb91cf609071c900f2d400ecb89bdba2 /dev/src/JSONManifestBuilder.cc | |
| parent | 76cf9156127bf7f082294a0c7e79f86059fe69ab (diff) | |
| parent | b21246fbf4b082e21f811d488bd85e8dafdee428 (diff) | |
Merge pull request #6 from nekernel-org/dev
feat: CMake file, new entries to gitignore, and code under BSD-3 now.
Diffstat (limited to 'dev/src/JSONManifestBuilder.cc')
| -rw-r--r-- | dev/src/JSONManifestBuilder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/src/JSONManifestBuilder.cc b/dev/src/JSONManifestBuilder.cc index daf47af..dba5b37 100644 --- a/dev/src/JSONManifestBuilder.cc +++ b/dev/src/JSONManifestBuilder.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/JSONManifestBuilder.h> @@ -52,7 +52,7 @@ bool JSONManifestBuilder::BuildTarget(const std::string& argv_val, const bool dr command += "-I" + headers.get<std::string>() + " "; } - JSON headers_path = json_obj["headers_path"]; + JSON headers_path = json_obj["headers_path"]; for (auto& headers : headers_path) { command += "-I" + headers.get<std::string>() + " "; |
