Loading bin/ruby-build +5 −1 Original line number Diff line number Diff line Loading @@ -793,8 +793,12 @@ if "${CC:-cc}" -x c /dev/null -E -Wno-error=shorten-64-to-32 &>/dev/null; then fi if [ -z "$MAKE" ]; then if [[ "FreeBSD" = "$(uname -s)" ]]; then export MAKE="gmake" else export MAKE="make" fi fi if [ -n "$RUBY_BUILD_CACHE_PATH" ] && [ -d "$RUBY_BUILD_CACHE_PATH" ]; then RUBY_BUILD_CACHE_PATH="${RUBY_BUILD_CACHE_PATH%/}" Loading Loading
bin/ruby-build +5 −1 Original line number Diff line number Diff line Loading @@ -793,8 +793,12 @@ if "${CC:-cc}" -x c /dev/null -E -Wno-error=shorten-64-to-32 &>/dev/null; then fi if [ -z "$MAKE" ]; then if [[ "FreeBSD" = "$(uname -s)" ]]; then export MAKE="gmake" else export MAKE="make" fi fi if [ -n "$RUBY_BUILD_CACHE_PATH" ] && [ -d "$RUBY_BUILD_CACHE_PATH" ]; then RUBY_BUILD_CACHE_PATH="${RUBY_BUILD_CACHE_PATH%/}" Loading