diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-23 09:10:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-23 09:10:10 +0100 |
| commit | bb11d32131e786b40550375005b12bcb31cf25d7 (patch) | |
| tree | de8aff234ac4e57ee333e9af74f331921ae904bc /dev/src | |
| parent | f61f6168ea9da22a1b5a5af62cb4167a7d3018db (diff) | |
feat! NeBuild and BuildKit has been improved and refactored.
They now are called 'nebuild' instead of 'btb'
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/src')
| -rw-r--r-- | dev/src/JSONManifestBuilder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/src/JSONManifestBuilder.cc b/dev/src/JSONManifestBuilder.cc index e93bcb7..aa277c7 100644 --- a/dev/src/JSONManifestBuilder.cc +++ b/dev/src/JSONManifestBuilder.cc @@ -130,7 +130,7 @@ bool JSONManifestBuilder::buildTarget(int arg_sz, const char* arg_val, const boo return true; } -#if defined(BTB_WINDOWS) +#if defined(NEBUILD_WINDOWS) std::system((".\\" + target).c_str()); #else std::system(("./" + target).c_str()); |
