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

This commit is contained in:
Hamish Coleman 2023-06-21 13:36:39 +01:00
parent 0545a54b13
commit 3b5855707f

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)