summaryrefslogtreecommitdiffhomepage
path: root/osx.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 09:10:10 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 09:10:10 +0100
commitbb11d32131e786b40550375005b12bcb31cf25d7 (patch)
treede8aff234ac4e57ee333e9af74f331921ae904bc /osx.json
parentf61f6168ea9da22a1b5a5af62cb4167a7d3018db (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.json')
-rw-r--r--osx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx.json b/osx.json
index b4a860c..8e247d9 100644
--- a/osx.json
+++ b/osx.json
@@ -5,6 +5,6 @@
"sources_path": ["dev/src/*.cc", "dev/cli/*.cc"],
"output_name": "nebuild",
"compiler_flags": ["-fPIC"],
- "cpp_macros": ["BTB_POSIX", "BTB_OSX"],
+ "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_OSX"],
"run_after_build": false
}