mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-01 20:41:11 +01: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 | ||