# HG changeset patch # User Chris Cannam # Date 1477407084 -3600 # Node ID 39f769d666a2fe3ff7034261e21f8a30723a2327 # Parent ee908153066e2b663ef816a51c980677b28c1b86 Don't need these frameworks for the server diff -r ee908153066e -r 39f769d666a2 server.pro --- a/server.pro Tue Oct 25 15:32:41 2016 +0100 +++ b/server.pro Tue Oct 25 15:51:24 2016 +0100 @@ -11,6 +11,8 @@ !exists(config.pri) { include(noconfig.pri) + + macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz } # Using the "console" CONFIG flag above should ensure this happens for