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:
authorMikkel Krautz <mikkel@krautz.dk>2010-07-24 14:12:20 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-07-24 14:12:20 +0400
commitcbc880ed6b3a0a2a4a2b244cf15771d4f861d6ff (patch)
tree6c4f13f5ee8f7325f8bc8d08288dae3c83152295 /main.pro
parent3c936c28f79c1add67c1f59435259316018cceb7 (diff)
New LGLCD SDK path on Mac OS X.
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 0976f0198..7ff185629 100644
--- a/main.pro
+++ b/main.pro
@@ -33,7 +33,7 @@ CONFIG *= ordered debug_and_release
error("Missing $MUMBLE_PREFIX environment variable");
}
SUBDIRS *= macx
- !exists($$(MUMBLE_PREFIX)/lglcd-sdk) {
+ !exists($$(MUMBLE_PREFIX)/../lglcd) {
CONFIG *= no-g15
}
!CONFIG(no-g15) {