mk/test.mk: use LDFLAGS when linking too.
This commit is contained in:
parent
ce7b2c97c6
commit
0e65b2596b
@ -36,5 +36,5 @@ uninstall:
|
||||
$(TEST): $(OBJS)
|
||||
@printf " [CCLD]\t\t$@\n"
|
||||
${SILENT}$(CC) $^ $(CPPFLAGS) -L$(TOPDIR)/lib $(CFLAGS) \
|
||||
$(PROG_CFLAGS) -lxbps -latf-c -o $@
|
||||
$(PROG_CFLAGS) $(LDFLAGS) -lxbps -latf-c -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user