cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
87 stars 16 forks source link

Install Windows Perl and fix cc::windows_registry::find. #3

Closed Alexhuszagh closed 2 years ago

Alexhuszagh commented 2 years ago

Installs Strawberry perl and ensures it's the default on the path, and sets WINEPATH, VSINSTALLDIR and VCINSTALLDIR to ensure paths are properly set. Also fixes cmd.exe to ensure it's Windows cmd.

Closes #1. Closes #2.