1
0
Fork 0
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:
Eelco Dolstra 2023-11-10 13:58:59 +01:00
parent 98a120b8b8
commit cf59ea83ec
3 changed files with 11 additions and 4 deletions

View file

@ -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