mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-03 06:21:02 +02:00
The default settings for LDFLAGS and CPPFLAGS were there since the initial commit to ruby-build: LDFLAGS="-L${PREFIX_PATH}/lib" CPPFLAGS="-I${PREFIX_PATH}/include" However, it's not clear to me what these settings help with. A typical Ruby installation will initialize files in these directories, but it will do so regardless of the environment variables. So, let's remove them and see what breaks. |
||
---|---|---|
.. | ||
mirror | ||
release | ||
test | ||
update-cruby | ||
update-jruby | ||
update-openssl | ||
update-truffleruby | ||
update-truffleruby-graalvm |