diff options
Diffstat (limited to 'posix.json')
| -rw-r--r-- | posix.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
