summaryrefslogtreecommitdiffhomepage
path: root/posix.json
diff options
context:
space:
mode:
Diffstat (limited to 'posix.json')
-rw-r--r--posix.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix.json b/posix.json
index b6dc247..679296c 100644
--- a/posix.json
+++ b/posix.json
@@ -1,8 +1,8 @@
{
"compiler_path": "clang++",
"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",
"compiler_flags": ["-fPIC"],
"cpp_macros": ["NEBUILD_POSIX"],