diff options
Diffstat (limited to 'src/nix-store/local.mk')
-rw-r--r-- | src/nix-store/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-store/local.mk b/src/nix-store/local.mk index 7f93e4c19196..dc049f348ff7 100644 --- a/src/nix-store/local.mk +++ b/src/nix-store/local.mk @@ -7,3 +7,5 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc) nix-store_LIBS = libmain libstore libutil libformat nix-store_LDFLAGS = -lbz2 + +nix-store_CXXFLAGS = -DCURL=\"$(curl)\" |