Skip to content
Snippets Groups Projects
Commit 62ba7d9e authored by deuce's avatar deuce
Browse files

Use UTIL_LDFLAGS instead of LDFLAGS for linking sexyz to prevent linking

with unnecessary libs (libjs, libnspr4, libutil)
parent 438f811e
Branches
Tags
No related merge requests found
......@@ -218,7 +218,7 @@ $(ASC2ANS): $(OBJODIR)/asc2ans.o
# SEXYZ
$(SEXYZ): $(SEXYZ_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(LDFLAGS) $(MT_LDFLAGS) -o $@ $(SEXYZ_OBJS) $(SMBLIB_LIBS) $(XPDEV-MT_LIBS)
$(QUIET)$(CC) $(UTIL_LDFLAGS) $(MT_LDFLAGS) -o $@ $(SEXYZ_OBJS) $(SMBLIB_LIBS) $(XPDEV-MT_LIBS)
# QWKNODES
$(QWKNODES): $(QWKNODES_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment