Bläddra i källkod

Apply `--with-pydebug` configure option only for Python

pull/49/merge
Yamashita Yuu 11 år sedan
förälder
incheckning
4c71f3c5cd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Visa fil

@ -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").$$"

Laddar…
Avbryt
Spara