revert stupid change that breaks python3 and was probably related to other python-related issues fixed when support for python3 was added to our wscript files
This commit is contained in:
parent
853bc97f34
commit
e1e4f9c9dd
8
wscript
8
wscript
@ -43,12 +43,8 @@ else:
|
|||||||
MICRO = '0'
|
MICRO = '0'
|
||||||
|
|
||||||
V = MAJOR + '.' + MINOR + '.' + MICRO
|
V = MAJOR + '.' + MINOR + '.' + MICRO
|
||||||
#
|
VERSION = V
|
||||||
# it is important that VERSION *not* be unicode string
|
PROGRAM_VERSION = MAJOR
|
||||||
# because if it is, it breaks waf somehow.
|
|
||||||
#
|
|
||||||
VERSION = V.encode ('ascii', 'ignore')
|
|
||||||
PROGRAM_VERSION = MAJOR.encode ('ascii', 'ignore')
|
|
||||||
|
|
||||||
# Mandatory variables
|
# Mandatory variables
|
||||||
top = '.'
|
top = '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user