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.
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