No need to yell.
authorDavid Robillard <d@drobilla.net>
Thu, 18 Dec 2014 03:28:44 +0000 (22:28 -0500)
committerDavid Robillard <d@drobilla.net>
Thu, 18 Dec 2014 07:26:34 +0000 (02:26 -0500)
libs/pbd/wscript

index 1702627cc0294c855b6fc51a53292d0aae9b5ff8..0b3b5dbf2dabf6794fe221738f36f82683eca72e 100644 (file)
@@ -117,11 +117,9 @@ def build(bld):
 
     # Library
     if bld.is_defined ('INTERNAL_SHARED_LIBS'):
-        print('BUILD SHARED LIB')
         obj              = bld.shlib(features = 'cxx cxxshlib', source=libpbd_sources)
         obj.defines = [ 'LIBPBD_DLL_EXPORTS=1' ]
     else:
-        print('BUILD STATIC LIB')
         obj              = bld.stlib(features = 'cxx cxxstlib', source=libpbd_sources)
         obj.cxxflags     = [ '-fPIC' ]
         obj.cflags     = [ '-fPIC' ]