diff --git a/GNUmakefile b/GNUmakefile index b16d18f5e..19f47db4e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,7 +25,7 @@ endif # Binaries CARGO ?= cargo CARGOFLAGS ?= -RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc -vV | sed -n 's/host: //p') +RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc --print host-tuple) # Install directories PREFIX ?= /usr/local