summaryrefslogtreecommitdiffhomepage
path: root/osx-dylib.json
blob: 3c49abb573028256ee2f1b1ae4e9714f389b8d6b (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"],
  "output_name": "libBTB.dylib",
  "compiler_flags": ["-fPIC", "-shared"],
  "cpp_macros": ["BTB_DYLIB", "BTB_OSX"],
  "run_after_build": false
}