mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
47eda17460
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 |