Skip to content

Commit e8accdb

Browse files
committed
Make MUNICODE_FLAG simply expanded
It is not expected that `target_os` will change going forward.
1 parent 9588319 commit e8accdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)