crystal-lang / distribution-scripts

40 stars 23 forks source link

Drop building libgc on Linux #300

Closed straight-shoota closed 2 months ago

straight-shoota commented 2 months ago

We don't need to ship a specially-built version of libgc anymore. This patch drops it from the regular package and moves the build instructions to the bundled package which also includes other necessary libraries. For this reason we're still keeping CRYSTAL_CONFIG_LIBRARY_PATH so that it's still possible to add bundled libraries to that path.

Resolves part of #285