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 0b2439d commit d036bcfCopy full SHA for d036bcf
GNUmakefile
@@ -22,7 +22,7 @@ ifeq ($(PROFILE),release)
22
endif
23
24
# Binaries
25
-INSTALL ?= $(command -v install)
+INSTALL ?= $(shell command -v install)
26
CARGO ?= cargo
27
CARGOFLAGS ?=
28
RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc --print host-tuple)
0 commit comments