Quellcode durchsuchen

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

pull/49/merge
Yamashita Yuu vor 11 Jahren
Ursprung
Commit
4c71f3c5cd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Datei anzeigen

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

Laden…
Abbrechen
Speichern