mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
nix-find-roots: Fully disable on darwin
Until I can understand why it’s not working
This commit is contained in:
parent
4d9ca6d09e
commit
63159dd672
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue