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
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-11-18 01:16:51 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2007-11-18 01:16:51 +0300
commitbb8cab707dd7dc9fe9a247d3cd5b6b5de536bcbb (patch)
tree35d6c582248f321b51bf2c0125d98606b6c96174 /main.pro
parentd05df59f9e27d7f6aea4fbfc8848e8b906f46aac (diff)
Patch #1832382 by metz
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@858 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.pro b/main.pro
index 7cea5ebb7..9d60dae0b 100644
--- a/main.pro
+++ b/main.pro
@@ -8,7 +8,7 @@ win32 {
SUBDIRS += plugins overlay
}
-unix {
+unix:!macx {
SUBDIRS += overlay_gl
}