From 535429d91445a72cc244d4649cfa5e5d4b7c06c7 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 7 Jul 2016 01:04:09 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index b59cc8f823..48300fa4a7 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=*)