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'
|
||||
|
||||
V = MAJOR + '.' + MINOR + '.' + MICRO
|
||||
#
|
||||
# it is important that VERSION *not* be unicode string
|
||||
# because if it is, it breaks waf somehow.
|
||||
#
|
||||
VERSION = V.encode ('ascii', 'ignore')
|
||||
PROGRAM_VERSION = MAJOR.encode ('ascii', 'ignore')
|
||||
VERSION = V
|
||||
PROGRAM_VERSION = MAJOR
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
Loading…
Reference in New Issue
Block a user