mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix deploy x86 macos
This commit is contained in:
parent
2e9ef54de9
commit
b79e0d4c2c
@ -35,8 +35,16 @@ do
|
||||
ARGUMENTS="${ARGUMENTS} -executable=${plugin}"
|
||||
done
|
||||
|
||||
QT_BASE_DIR=""
|
||||
|
||||
# if QT_DIR is not empty
|
||||
if [ -n "$QT_DIR" ]; then
|
||||
# set QT_BASE_DIR to the path of QT_DIR/bin
|
||||
QT_BASE_DIR="${QT_DIR}/bin/"
|
||||
fi
|
||||
|
||||
# save in message the output of macdeployqt
|
||||
message=$(${QT_DIR}/bin/macdeployqt $INSTALL_PATH/$APPNAME \
|
||||
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
|
||||
$ARGUMENTS 2>&1)
|
||||
|
||||
# if message contains "ERROR" then macdeployqt failed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user