summaryrefslogtreecommitdiffhomepage
path: root/scripts/osx-dylib.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx-dylib.json')
-rw-r--r--scripts/osx-dylib.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osx-dylib.json b/scripts/osx-dylib.json
index d5b87bc..0426f4e 100644
--- a/scripts/osx-dylib.json
+++ b/scripts/osx-dylib.json
@@ -5,6 +5,6 @@
"sources_path": ["src/lib/*.cc"],
"output_name": "libNeBuildKit.dylib",
"compiler_flags": ["-fPIC", "-shared"],
- "cpp_macros": ["NEBUILD_DYLIB", "NEBUILD_OSX"],
+ "cpp_macros": ["NEBUILD_INTERNAL_SDK", "NEBUILD_OSX"],
"run_after_build": false
}