diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-23 09:10:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-23 09:10:10 +0100 |
| commit | bb11d32131e786b40550375005b12bcb31cf25d7 (patch) | |
| tree | de8aff234ac4e57ee333e9af74f331921ae904bc /osx-dylib.json | |
| parent | f61f6168ea9da22a1b5a5af62cb4167a7d3018db (diff) | |
feat! NeBuild and BuildKit has been improved and refactored.
They now are called 'nebuild' instead of 'btb'
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'osx-dylib.json')
| -rw-r--r-- | osx-dylib.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx-dylib.json b/osx-dylib.json index 3c49abb..7f7648d 100644 --- a/osx-dylib.json +++ b/osx-dylib.json @@ -3,8 +3,8 @@ "compiler_std": "c++20", "headers_path": ["dev", "vendor"], "sources_path": ["dev/src/*.cc"], - "output_name": "libBTB.dylib", + "output_name": "libNeBuild.dylib", "compiler_flags": ["-fPIC", "-shared"], - "cpp_macros": ["BTB_DYLIB", "BTB_OSX"], + "cpp_macros": ["NEBUILD_DYLIB", "NEBUILD_OSX"], "run_after_build": false } |
