13 lines
211 B
Plaintext
Raw Normal View History

2023-03-04 16:52:44 +03:00
#!/usr/bin/make -f
2024-07-24 14:01:18 +03:00
export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
override_dh_prep:
# amd64 build prep
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
export RUSTFLAGS = "-C target-cpu=x86-64-v3"
endif
2023-03-04 16:52:44 +03:00
%:
dh $@