diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-16 21:37:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 21:37:26 +0200 |
commit | df4da4f5da1e390ac1eef5bfd455a8cf85dfe52c (patch) | |
tree | 86d90bdffef6308678e33377645a1d450b3671bf /src/libfetchers/local.mk | |
parent | 2cb59f4e9919eb6fb199a3346439cb53227359bd (diff) | |
parent | cc83a86276726699e5e856d26b5e24ce24f5cf34 (diff) |
Merge pull request #3702 from NixOS/store-path-cxx
Rewrite StorePath class in C++
Diffstat (limited to 'src/libfetchers/local.mk')
-rw-r--r-- | src/libfetchers/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/local.mk b/src/libfetchers/local.mk index d7143d8a6..cfd705e22 100644 --- a/src/libfetchers/local.mk +++ b/src/libfetchers/local.mk @@ -8,4 +8,4 @@ libfetchers_SOURCES := $(wildcard $(d)/*.cc) libfetchers_CXXFLAGS += -I src/libutil -I src/libstore -libfetchers_LIBS = libutil libstore libnixrust +libfetchers_LIBS = libutil libstore |