1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 14:02:42 +01:00

Also build the findroots library for darwin

Might fail at link time, but not building it will fail anyways, so…
This commit is contained in:
Théophane Hufschmitt 2022-04-11 10:20:37 +02:00
parent d4bbb1dec7
commit 83365a79bc

View file

@ -1,4 +1,3 @@
ifndef HOST_DARWIN
libraries += libfindroots
libfindroots_NAME = libnixfindroots
@ -19,4 +18,3 @@ nix-find-roots_CXXFLAGS += \
-I src/nix-find-roots/lib
nix-find-roots_INSTALL_DIR := $(libexecdir)/nix
endif