diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 20:34:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-23 20:34:55 -0500 |
| commit | 85765f403b957d40fea92d3bc271eed3911187e4 (patch) | |
| tree | 0fdeb080c08113558b6550cf06b81ba67d9c9348 /win64.json | |
| parent | 28e3d9b250a11cc1167683e6388d8cca715bb593 (diff) | |
| parent | 64b8a6bf04095d80b1ca52415ea954b933f47098 (diff) | |
Merge pull request #10 from nekernel-org/dev
feat! breaking changes, merging to stable.
Diffstat (limited to 'win64.json')
| -rw-r--r-- | win64.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ { "compiler_path": "x86_64-w64-mingw32-g++.exe", "compiler_std": "c++20", - "headers_path": ["dev", "vendor"], - "sources_path": ["dev/src/*.cc", "dev/cli/*.cc"], + "headers_path": ["include", "vendor"], + "sources_path": ["src/lib/*.cc", "src/cli/*.cc"], "output_name": "nebuild.exe", "compiler_flags": ["-fPIC"], "cpp_macros": ["NEBUILD_WINDOWS"], |
