13
0

python3 fix for autowaf.py

This commit is contained in:
Paul Davis 2014-07-13 08:35:21 -04:00
parent 4af088c251
commit 5b85c5f0bf

View File

@ -168,7 +168,7 @@ def normpath(path):
def ensure_visible_symbols(bld, visible):
if bld.env['MSVC_COMPILER']:
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:
pass
else: