Skip to content

Commit fdeaaf5

Browse files
committed
Fixed error
* templates/bmake.mpd:
1 parent 8fef078 commit fdeaaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmake.mpd

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ CFLAGS = \
203203
<%foreach(macros common_defines)%>
204204
-D<%macro%> \
205205
<%endfor%>
206-
-DMPC_LIB_MODIFIER=\"$(LIBMODIFIER)$(ULIBMODIFIER)\"
206+
-DMPC_LIB_MODIFIER=\"$(LIBMODIFIER)$(ULIBMODIFIER)\" \
207207
<%foreach(includes)%>
208208
-I"<%include%>" \
209209
<%endfor%>

0 commit comments

Comments
 (0)