Browse Source

no more QTCONFPATH

QGC4.4
Keith Bennett 3 years ago committed by Don Gagne
parent
commit
7654e6fafc
  1. 3
      deploy/linux-fixup-rpaths.bash

3
deploy/linux-fixup-rpaths.bash

@ -30,10 +30,9 @@ @@ -30,10 +30,9 @@
set -euo pipefail
# To set these arguments, set them as an environment variable. For example:
# SEARCHDIR=/opt/qgc-deploy/Qt RPATHDIR=/opt/qgc-deploy/Qt/libs QTCONF_PATH=/opt/qgc-deploy/qt.conf ./linux-post-link.sh
# SEARCHDIR=/opt/qgc-deploy/Qt RPATHDIR=/opt/qgc-deploy/Qt/libs ./linux-post-link.sh
: "${SEARCHDIR:=./Qt}"
: "${RPATHDIR:="${SEARCHDIR}/libs"}"
: "${QTCONF_PATH:=./qt.conf}"
# find:
# type f (files)

Loading…
Cancel
Save