diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ CHECK = sparse | |||
308 | 308 | ||
309 | # Handle MSYS2 weirdness | 309 | # Handle MSYS2 weirdness |
310 | ifneq ($(CROSS_COMPILE),) | 310 | ifneq ($(CROSS_COMPILE),) |
311 | ifeq ($(shell command -v $(AR)),) | 311 | ifeq ($(shell _= command -v $(AR)),) |
312 | AR := $(CROSS_COMPILE)gcc-ar | 312 | AR := $(CROSS_COMPILE)gcc-ar |
313 | STRIP := strip | 313 | STRIP := strip |
314 | WINDRES := windres | 314 | WINDRES := windres |