Skip to content

Commit 5867653

Browse files
committed
Fix mac_kernel platform not loading on Free edition
1 parent 3143838 commit 5867653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mac-kernel/platform_mac_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ extern "C"
279279
#endif
280280

281281
#ifdef DEMO_EDITION
282-
bool MacPluginInit()
282+
bool MacKernelPluginInit()
283283
#else
284284
BINARYNINJAPLUGIN bool CorePluginInit()
285285
#endif

0 commit comments

Comments
 (0)