summaryrefslogtreecommitdiffhomepage
path: root/osx.json
diff options
context:
space:
mode:
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
}