crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.5k stars 1.62k forks source link

Make MinGW-w64 build artifact a full installation #15204

Closed HertzDevil closed 5 days ago

HertzDevil commented 1 week ago

Until now, the MinGW-w64 build artifact included only the compiler itself, all dependent DLLs, and the standard library. This PR turns that into a full installation using make install, most notably including the license file. There are no changes to functionality.