commit 535429d91445a72cc244d4649cfa5e5d4b7c06c7
Author: Stephan Witt <[email protected]>
Date: Thu Jul 7 01:04:09 2016 +0200
Add qt-dir bin directory value to PATH - matching Qt tools may not found at
build time anymore if not in front of PATH
---
development/LyX-Mac-binary-release.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh
b/development/LyX-Mac-binary-release.sh
index b59cc8f..48300fa 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -187,6 +187,7 @@ while [ $# -gt 0 ]; do
;;
--with-qt-dir=*)
QTDIR=$(echo ${1}|cut -d= -f2)
+ export PATH="${QTDIR}/bin:${PATH}"
shift
;;
--with-macosx-target=*)