You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(raykx): use __declspec(dllexport) instead of .def file on Windows
MinGW lld doesn't understand MSVC-style /DEF: options. Use standard
dllexport attribute which works with all Windows toolchains.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments