mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
unset RUBYOPT and RUBYLIB
This commit is contained in:
parent
532c4e764c
commit
a9653dfe26
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@ CWD="$(pwd)"
|
|||
|
||||
export LDFLAGS="-L'${PREFIX_PATH}/lib' ${LDFLAGS}"
|
||||
export CPPFLAGS="-I'${PREFIX_PATH}/include' ${CPPFLAGS}"
|
||||
export RUBYOPT=""
|
||||
|
||||
unset RUBYOPT
|
||||
unset RUBYLIB
|
||||
|
||||
mkdir -p "$TEMP_PATH"
|
||||
source "$DEFINITION_PATH"
|
||||
|
|
Loading…
Reference in a new issue