mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 04:53:47 -05:00
Import changes in rbenv/ruby-build#979
This commit is contained in:
@@ -1836,9 +1836,9 @@ if [ -z "$MAKE" ]; then
|
||||
# export MAKE="gmake"
|
||||
# else
|
||||
if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then
|
||||
export MAKE="gmake"
|
||||
export MAKE="gmake"
|
||||
else
|
||||
export MAKE="make"
|
||||
export MAKE="make"
|
||||
fi
|
||||
# fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user