1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 21:46:01 +01:00

nix-find-roots: Fully disable on darwin

Until I can understand why it’s not working
This commit is contained in:
Théophane Hufschmitt 2022-04-11 10:20:36 +02:00
parent 4d9ca6d09e
commit 63159dd672

View file

@ -1,3 +1,4 @@
ifndef HOST_DARWIN
programs += nix-find-roots
nix-find-roots_DIR := $(d)
@ -5,7 +6,4 @@ 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