Browse Source

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

pull/1124/head
Hamish Coleman 1 year ago
parent
commit
3b5855707f
  1. 1
      Makefile

1
Makefile

@ -37,6 +37,7 @@ export CONFIG_TARGET
ifndef CONFIG_TARGET ifndef CONFIG_TARGET
ifeq ($(shell uname -o),Msys) ifeq ($(shell uname -o),Msys)
CONFIG_TARGET=mingw CONFIG_TARGET=mingw
WINDRES=windres
else ifeq ($(shell uname -s),Darwin) else ifeq ($(shell uname -s),Darwin)
CONFIG_TARGET=darwin CONFIG_TARGET=darwin
else ifeq ($(shell uname), SunOS) else ifeq ($(shell uname), SunOS)

Loading…
Cancel
Save