Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-01-03 23:44:38 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-03 23:53:14 +0300
commitf1e298aa70884fe8b3f3c78db434e438de106605 (patch)
treecb13fe0c3c991956d66f1d7c202ed78034517db8 /src
parent7f69c5123bf8d783417091bd418a7bb39ecaa9b1 (diff)
murmur: fix CONFIG(static) block in the unix section of murmur.pro to not be applied for OS X.
Diffstat (limited to 'src')
-rw-r--r--src/murmur/murmur.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/murmur.pro b/src/murmur/murmur.pro
index eda3c04e9..daea5f5c8 100644
--- a/src/murmur/murmur.pro
+++ b/src/murmur/murmur.pro
@@ -46,7 +46,7 @@ unix {
LIBS *= -lcap
}
- CONFIG(static) {
+ CONFIG(static):!macx {
QMAKE_LFLAGS *= -static
}