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): 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: