Skip to content

Commit b2d6e2a

Browse files
authored
GNUmakefile: Better comment for cross build
1 parent 3eda102 commit b2d6e2a

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)