Skip to content

Commit 7e27894

Browse files
nobuhsbt
authored andcommitted
Make MUNICODE_FLAG simply expanded
It is not expected that `target_os` will change going forward.
1 parent b4afc2b commit 7e27894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cygwin/GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ gnumake = yes
22

33
include Makefile
44

5-
MUNICODE_FLAG = $(if $(filter mingw%,$(target_os)),-municode)
5+
MUNICODE_FLAG := $(if $(filter mingw%,$(target_os)),-municode)
66
override EXE_LDFLAGS += $(MUNICODE_FLAG)
77

88
DLLWRAP = @DLLWRAP@ --target=$(target_os) --driver-name="$(CC)"

0 commit comments

Comments
 (0)