crystal-lang / crystal

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

Drop delay-load helper and `CRYSTAL_LIBRARY_RPATH` #14556

Closed straight-shoota closed 2 months ago

straight-shoota commented 2 months ago

These features were added as an attempt to implement dynamic loading on Windows but were not fruitful. We have since migrated to a more robust mechanism (#13858). The remnants of the original approach should be dropped as they are no longer useful.

This essentially means reverting #13499, #13436