From 5b85c5f0bfaaf91cd6c6f3e908ea884b0e81b29e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 13 Jul 2014 08:35:21 -0400 Subject: [PATCH] python3 fix for autowaf.py --- tools/autowaf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autowaf.py b/tools/autowaf.py index 5e6cbb0897..f5996d9cd2 100644 --- a/tools/autowaf.py +++ b/tools/autowaf.py @@ -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: