mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
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
1 changed files with 2 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue