summaryrefslogtreecommitdiffhomepage
path: root/scripts/posix.json
blob: 679296c96d43fcd8cf7ad54c5f4baa704b06a1f3 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": ["include/", "vendor"],
  "sources_path": ["src/lib/*.cc", "src/cli/*.cc"],
  "output_name": "nebuild",
  "compiler_flags": ["-fPIC"],
  "cpp_macros": ["NEBUILD_POSIX"],
  "run_after_build": false
}