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.
1 parent 99ffe8a commit a576d2eCopy full SHA for a576d2e
templates/bmake.mpd
@@ -7,7 +7,7 @@
7
#----------------------------------------------------------------------------
8
<%marker(top)%>
9
<%foreach(compilers)%>
10
-!ifdef $(COMPILER) == "<%compiler%>"
+!ifdef <%normalize(uc(compiler))%>
11
CC = <%cc%>
12
OPTIMIZE_CFLAGS = <%optimize_flags%>
13
DEBUG_CFLAGS = <%debug_flags%>
@@ -26,7 +26,7 @@ TLIB = <%tlib%>
26
<%if(pch)%>PCH = 1<%endif%>
27
!else
28
<%endfor%>
29
-!error You must select one of these compilers:<%foreach(compilers)%> <%compiler%><%endfor%>
+!error You must select one of these compilers:<%foreach(compilers)%> <%normalize(uc(compiler))%><%endfor%>
30
31
!endif
32
0 commit comments