Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix finding patch executable when cross-compiling on windows. (#627)
`WIN32` checks whether current build context is windows. This is not correct in case of cross-compiling, because we are interested in finding host's tools, not SDK's tools.
- Loading branch information