mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix linux32 deploy bug
This commit is contained in:
@ -42,7 +42,7 @@ then
|
||||
"$QT_DEPLOY/qmake" -nocache "$SCRIPTPATH/deploy.pro" "CONFIG+=$OO_CONFIG $OO_MODULE"
|
||||
fi
|
||||
|
||||
if [[ "$IS_NEED_64" == true ]]
|
||||
if [[ "$IS_NEED_32" == true ]]
|
||||
then
|
||||
export QT_DEPLOY=$OO_QT_DIR/gcc/bin
|
||||
export OS_DEPLOY=linux_32
|
||||
|
||||
Reference in New Issue
Block a user