We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MUNICODE_FLAG
1 parent 9588319 commit e8accdbCopy full SHA for e8accdb
cygwin/GNUmakefile.in
@@ -2,7 +2,7 @@ gnumake = yes
2
3
include Makefile
4
5
-MUNICODE_FLAG = $(if $(filter mingw%,$(target_os)),-municode)
+MUNICODE_FLAG := $(if $(filter mingw%,$(target_os)),-municode)
6
override EXE_LDFLAGS += $(MUNICODE_FLAG)
7
8
DLLWRAP = @DLLWRAP@ --target=$(target_os) --driver-name="$(CC)"
0 commit comments