Need to specify a windres tool name for non cross compiled windows

This commit is contained in:
Hamish Coleman
2023-06-25 02:07:49 +08:00
parent 0545a54b13
commit 3b5855707f
+1
View File
@@ -37,6 +37,7 @@ export CONFIG_TARGET
ifndef CONFIG_TARGET
ifeq ($(shell uname -o),Msys)
CONFIG_TARGET=mingw
WINDRES=windres
else ifeq ($(shell uname -s),Darwin)
CONFIG_TARGET=darwin
else ifeq ($(shell uname), SunOS)