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
DLL files should be copied from MinGW sysroot folder. Path to this folder
used to be hardcoded, and that stopped working with MinGW toolchain at
non-standard location. Solution is to use gcc option `-print-sysroot` to
evaluate path dynamically.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments