fix pika target detection

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 22:40:58 +03:00
parent af78b3e36c
commit ed2468a751

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
## See debhelper(7) (uncomment to enable).
## Output every command that modifies files on the build system.
export DH_VERBOSE = 1
export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
## === the chain of command ===
## debuild runs a chain of dh functions in the following order: