From aac180b1ce47dbe6798ab1fb4abf2be4bb3a3cdf Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 14 Jul 2016 07:57:52 +0200 Subject: [PATCH] Revert "Add qt-dir bin directory value to PATH - matching Qt tools may not found at build time anymore if not in front of PATH" This reverts commit 535429d91445a72cc244d4649cfa5e5d4b7c06c7. --- development/LyX-Mac-binary-release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 48300fa4a7..b59cc8f823 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -187,7 +187,6 @@ while [ $# -gt 0 ]; do ;; --with-qt-dir=*) QTDIR=$(echo ${1}|cut -d= -f2) - export PATH="${QTDIR}/bin:${PATH}" shift ;; --with-macosx-target=*)