[X2Go-Dev] [PATCH 3/3] macbuild.sh: allow appending qmake flags

Clemens Lang neverpanic at gmail.com
Tue Mar 5 01:35:57 CET 2013


This is useful for homebrew users that might have to add further include
and library paths.
---
 macbuild.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/macbuild.sh b/macbuild.sh
index 5f011ec..9c5cceb 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -29,7 +29,8 @@ phase "Running qmake"
 qmake -config release \
 	CONFIG+=x86_64 \
 	QMAKE_MAC_SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk \
-	QMAKE_MACOSX_DEPLOYMENT_TARGET=10.7
+	QMAKE_MACOSX_DEPLOYMENT_TARGET=10.7 \
+	$@
 
 phase "Running make"
 make -j2
-- 
1.8.1.3




More information about the x2go-dev mailing list