libaccounts_qt, qmake is secondaryArchSuffix on 32bit (#11107)

This commit is contained in:
Schrijvers Luc
2024-09-12 13:13:29 +02:00
committed by GitHub
parent a5a9ce4679
commit 102a7755a9
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python3
cmd:qmake
cmd:qmake$secondaryArchSuffix >= 5
"
BUILD()

View File

@@ -69,7 +69,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python3
cmd:qmake6
cmd:qmake6$secondaryArchSuffix
"
BUILD()