зеркало из https://github.com/mozilla/pjs.git
bug 361583, bustage fix for cygwin builds, don't use cygwin-wrapper. We may add that back for non-cygwin pythons
This commit is contained in:
Родитель
08e48ef2b6
Коммит
3aa4f04366
|
@ -1405,7 +1405,9 @@ case "$host" in
|
|||
AS_PERL=1
|
||||
PERL="${CYGWIN_WRAPPER} $PERL"
|
||||
fi
|
||||
PYTHON="${CYGWIN_WRAPPER} $PYTHON"
|
||||
dnl add this in for non-cygwin python on cygwin builds
|
||||
dnl bug 361583
|
||||
dnl PYTHON="${CYGWIN_WRAPPER} $PYTHON"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче