Skip to content

Commit 36dcad6

Browse files
committed
Revert the previous change to replace CPPFLAGS.
1 parent 44fde75 commit 36dcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/make.mpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CXX = <%cxx%>
3838
<%if(ld)%>
3939
LD = <%ld%>
4040
<%else%>
41-
LD = $(CXX) $(CCFLAGS) $(PICFLAGS) $(GENFLAGS)
41+
LD = $(CXX) $(CCFLAGS) $(CPPFLAGS)
4242
<%endif%>
4343
AR = <%ar("ar")%>
4444
<%if(nm)%>

0 commit comments

Comments
 (0)