mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1155 OSX Package: Fix macdeployqt search path issue. Use QT_DIR to find it
This commit is contained in:
parent
21956e7596
commit
311e948da3
@ -23,9 +23,9 @@ fi
|
||||
|
||||
echo "Qt library directory is \"${QT_DIR}\""
|
||||
|
||||
echo "Running macdeployqt"
|
||||
macdeployqt "${APP}" -no-strip
|
||||
echo "Running macdeployqt from ${QT_DIR}../bin/macdeployqt"
|
||||
|
||||
"${QT_DIR}../bin/macdeployqt" "${APP}" -no-strip
|
||||
echo "Processing Qt libraries in ${APP}"
|
||||
for f in "${PLUGINS}/"*.dylib "${OP_PLUGINS}/"*.dylib
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user