We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6f5a commit 92c64deCopy full SHA for 92c64de
1 file changed
templates/bmake.mpd
@@ -10,6 +10,7 @@
10
!ifdef <%normalize(uc(compiler))%>
11
CC = <%cc%>
12
OPTIMIZE_CFLAGS = <%optimize_flags%>
13
+UNICODE_CFLAGS = <%unicode_flags%>
14
PDB_FLAGS = <%pdb_flags%>
15
DEBUG_CFLAGS = <%debug_flags%>
16
RELEASE_CFLAGS = <%release_flags%>
@@ -80,7 +81,7 @@ EXEOUTPUTDIR = <%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir("Debug
80
81
<%endfor%>
82
83
!ifdef UNICODE
-UC_CFLAGS = <%unicode_flags%>
84
+UC_CFLAGS = $(UNICODE_CFLAGS)
85
UNICODE_DIR = Unicode\\
86
UC_MAIN = w
87
ULIBMODIFIER = <%unicode_lib_modifier%>
0 commit comments