diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-05-13 14:26:30 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-05-13 14:26:40 -0400 |
| commit | 5867653121045965902015334843146378887339 (patch) | |
| tree | 4c53bcfa1565be20ac2ec2764945c365e004208f /platform | |
| parent | 3143838805933561451137395813163942218606 (diff) | |
Fix mac_kernel platform not loading on Free edition
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/mac-kernel/platform_mac_kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/mac-kernel/platform_mac_kernel.cpp b/platform/mac-kernel/platform_mac_kernel.cpp index 65d27d0a..d7511b2f 100644 --- a/platform/mac-kernel/platform_mac_kernel.cpp +++ b/platform/mac-kernel/platform_mac_kernel.cpp @@ -279,7 +279,7 @@ extern "C" #endif #ifdef DEMO_EDITION - bool MacPluginInit() + bool MacKernelPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() #endif |
