mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
build: Replace which
command with command -v
This change made in a way that is compatible with GNU Make versions older than 4.3.
This commit is contained in:
parent
8f137e69ca
commit
148b33cf72
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(shell which $(host)-g++-posix),)
|
||||
ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-g++-posix"),)
|
||||
mingw32_CXX := $(host)-g++-posix
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue