aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cb8d924c..5fe327519 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ CHECK = sparse
308 308
309# Handle MSYS2 weirdness 309# Handle MSYS2 weirdness
310ifneq ($(CROSS_COMPILE),) 310ifneq ($(CROSS_COMPILE),)
311ifeq ($(shell command -v $(AR)),) 311ifeq ($(shell _= command -v $(AR)),)
312AR := $(CROSS_COMPILE)gcc-ar 312AR := $(CROSS_COMPILE)gcc-ar
313STRIP := strip 313STRIP := strip
314WINDRES := windres 314WINDRES := windres