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: Get the import library file extension from dlltool
The import library file extension is determined by the linker flavor,
not the target environment per se.
`zig cc` uses `lld` even when targeting `x86_64-windows-gnu`,
so the import library should get the standard `.lib` extension.
The `.dll.a` libraries are only understood by the MinGW (GNU) `ld`.
0 commit comments