From 3b5855707f32ee93ed1c3e9f7b89abbd53c7786c Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 21 Jun 2023 13:36:39 +0100 Subject: [PATCH] Need to specify a windres tool name for non cross compiled windows --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 26b16d3..60b5b5d 100644 --- a/Makefile +++ b/Makefile @@ -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)