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