mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
python3 fix for autowaf.py
This commit is contained in:
parent
4af088c251
commit
5b85c5f0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ def normpath(path):
|
||||||
def ensure_visible_symbols(bld, visible):
|
def ensure_visible_symbols(bld, visible):
|
||||||
if bld.env['MSVC_COMPILER']:
|
if bld.env['MSVC_COMPILER']:
|
||||||
if visible:
|
if visible:
|
||||||
print '*** WARNING: MSVC does not allow symbols to be visible/exported by default while building ' + bld.name
|
print ('*** WARNING: MSVC does not allow symbols to be visible/exported by default while building ' + bld.name)
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue