mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
configure: Check for libgit2
This commit is contained in:
parent
98a120b8b8
commit
cf59ea83ec
3 changed files with 11 additions and 4 deletions
|
@ -8,6 +8,6 @@ libfetchers_SOURCES := $(wildcard $(d)/*.cc)
|
|||
|
||||
libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
|
||||
|
||||
libfetchers_LDFLAGS += -pthread -lgit2 -larchive
|
||||
libfetchers_LDFLAGS += -pthread $(LIBGIT2_LIBS) -larchive
|
||||
|
||||
libfetchers_LIBS = libutil libstore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue