Update debian/rules

This commit is contained in:
ferreo 2025-02-10 13:25:17 +01:00
parent a8c18fe4f2
commit 429105897c

2
debian/rules vendored
View File

@ -6,6 +6,8 @@ export DH_VERBOSE = 1
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
export PATH := $(PATH):/root/.cargo/bin
export PATH := $(shell . /root/.cargo/env && echo $$PATH)
export $(shell . /root/.cargo/env && env | grep "^CARGO_\|^RUSTUP_" | sed "s/=/:=/")
override_dh_prep:
# amd64 build prep