asusctl/debian/rules
Ward from fusion-voyager-3 373fbfc2fa fix main
2024-07-24 14:00:01 +03:00

13 lines
213 B
Makefile
Executable File

#!/usr/bin/make -f
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
%:
dh ${@}