mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 06:35:50 +01:00
Unset $RUBYOPT
This commit is contained in:
parent
acb2131f30
commit
95fbfdb266
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ CWD="$(pwd)"
|
|||
|
||||
export LDFLAGS="-L'${PREFIX_PATH}/lib' ${LDFLAGS}"
|
||||
export CPPFLAGS="-I'${PREFIX_PATH}/include' ${CPPFLAGS}"
|
||||
export RUBYOPT=""
|
||||
|
||||
mkdir -p "$TEMP_PATH"
|
||||
source "$DEFINITION_PATH"
|
||||
|
|
Loading…
Reference in a new issue