Skip to content

Commit 714a72e

Browse files
authored
Merge pull request #9186 from oech3/print-host-tuple
GNUmakefile: Better comment for cross build
2 parents 4ebb514 + b2d6e2a commit 714a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525
# Binaries
2626
CARGO ?= cargo
2727
CARGOFLAGS ?=
28-
RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc -vV | sed -n 's/host: //p')
28+
RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc --print host-tuple)
2929

3030
# Install directories
3131
PREFIX ?= /usr/local

0 commit comments

Comments
 (0)