mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 04:23:47 -05:00
Preserve CONFIGURE_OPTS
This commit is contained in:
@@ -666,7 +666,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DEBUG" ]; then
|
if [ -n "$DEBUG" ]; then
|
||||||
CONFIGURE_OPTS="--with-pydebug"
|
CONFIGURE_OPTS+=" --with-pydebug"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
||||||
|
|||||||
Reference in New Issue
Block a user