Parcourir la source

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

pull/49/merge
Yamashita Yuu il y a 11 ans
Parent
révision
4c71f3c5cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Voir le fichier

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

Chargement…
Annuler
Enregistrer