fix pika target detection

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 22:39:52 +03:00
parent 4a326b8453
commit 36d2ae849e

View File

@ -3,7 +3,7 @@
## See debhelper(7) (uncomment to enable). ## See debhelper(7) (uncomment to enable).
## Output every command that modifies files on the build system. ## Output every command that modifies files on the build system.
export DH_VERBOSE = 1 export DH_VERBOSE = 1
export PIKA_BUILD_ARCH = $(shell cat pika-build-arch) export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
override_dh_prep: override_dh_prep:
# amd64 build prep # amd64 build prep