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
Add the host architecture Windows 10 SDK bin directory to the PATH, not the target. (#524)
Fixes failures during cross-compilation when the host cannot execute the target architecture
Windows 10 SDK tools.
Also adds the target tools bin to the PATH before the host_dylib_path is added. This ensures that if
a target-specific version of a tool is available, it is preferred.
0 commit comments