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:
parent
35c7d5d2f1
commit
aadf585ea3
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ nix-find-roots_DIR := $(d)
|
||||||
nix-find-roots_SOURCES := $(wildcard $(d)/*.cc)
|
nix-find-roots_SOURCES := $(wildcard $(d)/*.cc)
|
||||||
|
|
||||||
nix-find-roots_INSTALL_DIR := $(libexecdir)/nix
|
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