diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index d262fd80..f4726c3c 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -1087,7 +1087,7 @@ else fi if [ -n "$DEBUG" ]; then - CONFIGURE_OPTS+=" --with-pydebug" + PYTHON_CONFIGURE_OPTS="--with-pydebug $PYTHON_CONFIGURE_OPTS" fi SEED="$(date "+%Y%m%d%H%M%S").$$"