Skip to content

Commit 6e56ef8

Browse files
committed
OSPL-2046 Ended up putting LDFLAGS on twice. Doh.
1 parent e4d94c2 commit 6e56ef8

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) $(LDFLAGS)
41+
LD = $(CXX) $(CCFLAGS) $(PICFLAGS) $(GENFLAGS)
4242
<%endif%>
4343
AR = <%ar("ar")%>
4444
<%if(nm)%>

0 commit comments

Comments
 (0)