Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairocanvas
[ardour.git] / tools / autowaf.py
index 5e6cbb08977595d588418be3097c39692df820b7..f5996d9cd2a8f99699a8f421dbc9ce7796eb7e63 100644 (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: