diff options
Diffstat (limited to 'osx.json')
| -rw-r--r-- | osx.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/osx.json b/osx.json new file mode 100644 index 0000000..20d513d --- /dev/null +++ b/osx.json @@ -0,0 +1,10 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./", "vendor"], + "sources_path": ["src/*.cc", "cli/*.cc"], + "output_name": "btb", + "compiler_flags": ["-fPIC"], + "cpp_macros": ["BTB_POSIX", "BTB_OSX"], + "run_after_build": false +} |
