summaryrefslogtreecommitdiffhomepage
path: root/posix.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 20:00:37 +0200
committerGitHub <noreply@github.com>2025-08-16 20:00:37 +0200
commitd21a3b2e16b4e5f974dd000e11c868e2021292f0 (patch)
treed91d1351193a9f758daa9dad964e40f5a84ece7f /posix.json
parent50c2c9773d5660b1497a1132ffa96a7ab10d9c45 (diff)
parentd987d62459d59a6d95ffb815d5e6eccd8dbde1dd (diff)
Merge pull request #3 from nekernel-org/dev
v0.0.3
Diffstat (limited to 'posix.json')
-rw-r--r--posix.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/posix.json b/posix.json
index e53cc14..5281d4d 100644
--- a/posix.json
+++ b/posix.json
@@ -1,10 +1,10 @@
{
"compiler_path": "g++",
"compiler_std": "c++20",
- "headers_path": ["./", "vendor"],
- "sources_path": ["src/*.cc", "cli/*.cc"],
- "output_name": "btb",
+ "headers_path": ["dev/", "vendor"],
+ "sources_path": ["dev/src/*.cc", "dev/cli/*.cc"],
+ "output_name": "nebuild",
"compiler_flags": ["-fPIC"],
- "cpp_macros": ["BTB_POSIX"],
+ "cpp_macros": ["NEBUILD_POSIX"],
"run_after_build": false
}