mk/test.mk: use LDFLAGS when linking too.
This commit is contained in:
		| @@ -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 $@ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user