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/libexpr | |
parent | 2cb59f4e9919eb6fb199a3346439cb53227359bd (diff) | |
parent | cc83a86276726699e5e856d26b5e24ce24f5cf34 (diff) |
Merge pull request #3702 from NixOS/store-path-cxx
Rewrite StorePath class in C++
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/local.mk b/src/libexpr/local.mk index 917e8a1c7..9ed39e745 100644 --- a/src/libexpr/local.mk +++ b/src/libexpr/local.mk @@ -8,7 +8,7 @@ libexpr_SOURCES := $(wildcard $(d)/*.cc) $(wildcard $(d)/primops/*.cc) $(d)/lexe libexpr_CXXFLAGS += -I src/libutil -I src/libstore -I src/libfetchers -I src/libmain -I src/libexpr -libexpr_LIBS = libutil libstore libfetchers libnixrust +libexpr_LIBS = libutil libstore libfetchers libexpr_LDFLAGS = ifneq ($(OS), FreeBSD) |