Skip to content

Commit 0f132db

Browse files
fix rock5 build
1 parent cc45d9f commit 0f132db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ mkdir -p /tmp/qopenhd/etc/systemd/system || exit 1
2020

2121
VER2=$(git rev-parse --short HEAD)
2222

23-
24-
if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] ; then
23+
if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] && [[ "${PACKAGE_ARCH}" = "armhf" ]] ; then
2524
QT_VERSION=Qt5.15.4
2625
echo "debug"
2726
/opt/Qt5.15.4/bin/qmake

0 commit comments

Comments
 (0)