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
The build is still successful. The issue is that the FFI bindings use the stdcall convention, but this convention doesn't exist on x85-64 windows. The solution is to export the bindings with the ccall convention for 64-bit windows platforms.
Alternatively, these warnings could be suppressed because there is exactly one calling convention on this platform anyway.