Skip to content

Commit

Permalink
fix rock5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 17, 2024
1 parent cc45d9f commit 0f132db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ mkdir -p /tmp/qopenhd/etc/systemd/system || exit 1

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


if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] ; then
if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] && [[ "${PACKAGE_ARCH}" = "armhf" ]] ; then
QT_VERSION=Qt5.15.4
echo "debug"
/opt/Qt5.15.4/bin/qmake
Expand Down

0 comments on commit 0f132db

Please sign in to comment.