diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-13 11:46:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-13 11:46:49 +0100 |
| commit | 8c5bfdb7777d7f670eac107bca15143836ca833d (patch) | |
| tree | ccd6ef382ace2a4fac06c9e16c36f5327b8c0ab6 /include/NeBuildKit/Detail/Config.h | |
| parent | 081fe7422c04703f09a97bbdaa84477a34fcb653 (diff) | |
feat: build: fix build system log.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/NeBuildKit/Detail/Config.h')
| -rw-r--r-- | include/NeBuildKit/Detail/Config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/NeBuildKit/Detail/Config.h b/include/NeBuildKit/Detail/Config.h index 7bc25fc..e292fbe 100644 --- a/include/NeBuildKit/Detail/Config.h +++ b/include/NeBuildKit/Detail/Config.h @@ -34,10 +34,9 @@ namespace NeBuild { struct BuildConfig final { - b_internal: - bool has_failed_{false}; - bool dry_run_{false}; - std::string path_{}; + b_internal : bool has_failed_{false}; + bool dry_run_{false}; + std::string path_{}; public: explicit operator bool() { return has_failed_; } |
