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