Skip to content

Commit 92c64de

Browse files
committed
Handle unicode changes
* templates/bmake.mpd:
1 parent 64c6f5a commit 92c64de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/bmake.mpd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
!ifdef <%normalize(uc(compiler))%>
1111
CC = <%cc%>
1212
OPTIMIZE_CFLAGS = <%optimize_flags%>
13+
UNICODE_CFLAGS = <%unicode_flags%>
1314
PDB_FLAGS = <%pdb_flags%>
1415
DEBUG_CFLAGS = <%debug_flags%>
1516
RELEASE_CFLAGS = <%release_flags%>
@@ -80,7 +81,7 @@ EXEOUTPUTDIR = <%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir("Debug
8081
<%endfor%>
8182

8283
!ifdef UNICODE
83-
UC_CFLAGS = <%unicode_flags%>
84+
UC_CFLAGS = $(UNICODE_CFLAGS)
8485
UNICODE_DIR = Unicode\\
8586
UC_MAIN = w
8687
ULIBMODIFIER = <%unicode_lib_modifier%>

0 commit comments

Comments
 (0)