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-02-16 03:21:39 +0300
committerMikkel Krautz <mikkel@krautz.dk>2010-02-16 03:21:39 +0300
commite815da0d93492a65018caea58f12b1de869cdfd0 (patch)
tree4d3c1f5a4d2eb0e6fb27007412934c119508ea63 /main.pro
parentc0791fb9ee766814c7cdaad0a18d84824be43848 (diff)
Bail if no MUMBLE_PREFIX envvar is set during OSX build.
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.pro b/main.pro
index 14fcd942b..9049f54f9 100644
--- a/main.pro
+++ b/main.pro
@@ -31,6 +31,9 @@ CONFIG *= ordered debug_and_release
}
macx {
+ isEmpty($$(MUMBLE_PREFIX)) {
+ error("Missing $MUMBLE_PREFIX environment variable");
+ }
SUBDIRS *= macx
!CONFIG(no-g15) {
SUBDIRS *= g15helper