Skip to content

Commit

Permalink
chore: [debian] update rules
Browse files Browse the repository at this point in the history
as title

log: as title
  • Loading branch information
Johnson-zs authored and max-lvs committed Sep 13, 2024
1 parent 98f43c1 commit 9374af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/make -f
export QT_SELECT=5
include /usr/share/dpkg/default.mk
export QT_SELECT = qt5
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)

%:
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- \
-DHOST_MULTIARCH="$(DEB_HOST_MULTIARCH)"
-DHOST_MULTIARCH="$(DEB_HOST_MULTIARCH)"

0 comments on commit 9374af2

Please sign in to comment.