summaryrefslogtreecommitdiffhomepage
path: root/win64.json
blob: 75c025a5738f619e562ffe9933afbf959b7b546a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "x86_64-w64-mingw32-g++.exe",
  "compiler_std": "c++20",
  "headers_path": ["include", "vendor"],
  "sources_path": ["src/lib/*.cc", "src/cli/*.cc"],
  "output_name": "nebuild.exe",
  "compiler_flags": ["-fPIC"],
  "cpp_macros": ["NEBUILD_WINDOWS"],
  "run_after_build": false
}