diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-22 10:22:16 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-22 10:22:16 +0200 |
| commit | e0b3869075eb6dd4d2d515f80056e2eeb1128fae (patch) | |
| tree | 5158781eb6c8513d69c703e1847e1dd84094c42f /osx-dylib.json | |
| parent | 7927f01e875ef76185535d209c14230fe9be183d (diff) | |
feat(btb)!: Introducing libBTB, better API.
also:
- The Codebase has been improved.
- Error codes are now string messages.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'osx-dylib.json')
| -rw-r--r-- | osx-dylib.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/osx-dylib.json b/osx-dylib.json new file mode 100644 index 0000000..80917d2 --- /dev/null +++ b/osx-dylib.json @@ -0,0 +1,10 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./", "vendor"], + "sources_path": ["src/*.cc"], + "output_name": "libBTB.dylib", + "compiler_flags": ["-fPIC", "-shared"], + "cpp_macros": ["BTB_POSIX", "BTB_OSX"], + "run_after_build": false +} |
