mirror of
https://github.com/pyenv/pyenv.git
synced 2025-01-08 23:02:59 +00:00
Preserve CONFIGURE_OPTS
This commit is contained in:
parent
8bf0938e60
commit
c170255580
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ else
|
|||
fi
|
||||
|
||||
if [ -n "$DEBUG" ]; then
|
||||
CONFIGURE_OPTS="--with-pydebug"
|
||||
CONFIGURE_OPTS+=" --with-pydebug"
|
||||
fi
|
||||
|
||||
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
||||
|
|
Loading…
Reference in a new issue