|
|
|
@ -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) |
|
|
|
|