Skip to content

Commit e4d94c2

Browse files
committed
OSPL-2046 Correct the make template to not put includes and other
preprocessor stuff on the default link line.
1 parent c60c0d2 commit e4d94c2

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

0 commit comments

Comments
 (0)