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.
which
command -v
1 parent 8f137e6 commit 148b33cCopy full SHA for 148b33c
depends/hosts/mingw32.mk
@@ -1,4 +1,4 @@
1
-ifneq ($(shell which $(host)-g++-posix),)
+ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-g++-posix"),)
2
mingw32_CXX := $(host)-g++-posix
3
endif
4
0 commit comments