mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 800614 - Require Python 2.6 to build the tree; r=ted
This commit is contained in:
parent
92a8e8eb5b
commit
5261e0ae4a
@ -16,7 +16,7 @@ import sys
|
||||
|
||||
# Minimum version of Python required to build.
|
||||
MINIMUM_PYTHON_MAJOR = 2
|
||||
MINIMUM_PYTHON_MINOR = 5
|
||||
MINIMUM_PYTHON_MINOR = 6
|
||||
|
||||
|
||||
class VirtualenvManager(object):
|
||||
|
@ -55,7 +55,7 @@ NSPR_VERSION=4
|
||||
dnl Set the minimum version of toolkit libs used by mozilla
|
||||
dnl ========================================================
|
||||
PERL_VERSION=5.006
|
||||
PYTHON_VERSION=2.5
|
||||
PYTHON_VERSION=2.6
|
||||
WINDRES_VERSION=2.14.90
|
||||
W32API_VERSION=3.14
|
||||
|
||||
@ -1405,8 +1405,8 @@ dnl System overrides of the defaults for host
|
||||
dnl ========================================================
|
||||
case "$host" in
|
||||
*mingw*)
|
||||
# we need Python 2.5 on Windows
|
||||
PYTHON_VERSION=2.5
|
||||
# we need Python 2.6 on Windows
|
||||
PYTHON_VERSION=2.6
|
||||
if test -n "$_WIN32_MSVC"; then
|
||||
HOST_AR=lib
|
||||
HOST_AR_FLAGS='-NOLOGO -OUT:"$@"'
|
||||
|
Loading…
Reference in New Issue
Block a user