summaryrefslogtreecommitdiffhomepage
path: root/posix.json
diff options
context:
space:
mode:
Diffstat (limited to 'posix.json')
-rw-r--r--posix.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/posix.json b/posix.json
index e53cc14..540c877 100644
--- a/posix.json
+++ b/posix.json
@@ -1,9 +1,9 @@
{
"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"],
"run_after_build": false