GNUmakefile: Better comment for cross build

This commit is contained in:
E 2025-11-08 17:54:23 +09:00 committed by GitHub
parent 3eda1022fd
commit b2d6e2a53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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