Commit a9653dfe by Joshua Peek

unset RUBYOPT and RUBYLIB

parent 532c4e76
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment