mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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 commit is contained in:
parent
14a6a4723f
commit
535429d914
@ -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=*)
|
||||
|
Loading…
Reference in New Issue
Block a user