We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eda102 commit b2d6e2aCopy full SHA for b2d6e2a
GNUmakefile
@@ -25,7 +25,7 @@ endif
25
# Binaries
26
CARGO ?= cargo
27
CARGOFLAGS ?=
28
-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)
29
30
# Install directories
31
PREFIX ?= /usr/local
0 commit comments