Fix build on darwin

This commit is contained in:
Théophane Hufschmitt
2022-04-11 10:20:36 +02:00
parent 35c7d5d2f1
commit aadf585ea3

View File

@@ -5,3 +5,7 @@ nix-find-roots_DIR := $(d)
nix-find-roots_SOURCES := $(wildcard $(d)/*.cc)
nix-find-roots_INSTALL_DIR := $(libexecdir)/nix
ifdef HOST_DARWIN
nix-find-roots_LDFLAGS = -lc++fs
endif