-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement to the ship/ship.py script
* Reorder ship targets to prefer MSYS, then MSYS2, then Cygwin The MSYS build is much more likely to fail, both because its Cygwin environment is poor (e.g. no C++11, no std::wstring) and because its MinGW environment is poor (e.g. missing/broken SDDL APIs) * Use PowerShell instead of the pefile module, because it's much faster, even with the extra overhead of starting PowerShell. * For MSYS, instead of disabling parallel make, use mingw32-make.exe. Apparently, with this change, it's necessary to use forward slashes when passing the PREFIX to make, so change that as well.
- Loading branch information
Showing
1 changed file
with
18 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters