1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 05:56:03 +01:00

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