summaryrefslogtreecommitdiffhomepage
path: root/scripts/posix-dylib.json
blob: 66d9dc41d7c64cc24c864aba39b99d8589993bab (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/NeBuildKit/*.cpp"],
  "output_name": "libNeBuildKit.so",
  "compiler_flags": ["-fPIC", "-shared"],
  "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_INTERNAL_SDK"],
  "run_after_build": false
}