1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

Remove mentions of libformat, it no longer exists

This commit is contained in:
John Ericson 2019-01-05 14:31:29 -05:00
parent e10d6ed2a7
commit fef9f5653b
6 changed files with 5 additions and 7 deletions

View file

@ -8,7 +8,7 @@ libmain_SOURCES := $(wildcard $(d)/*.cc)
libmain_LDFLAGS = $(OPENSSL_LIBS)
libmain_LIBS = libstore libutil libformat
libmain_LIBS = libstore libutil
libmain_ALLOW_UNDEFINED = 1