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

Rename the find-roots library

Give it a name more in line with the rest
This commit is contained in:
Théophane Hufschmitt 2022-04-11 10:20:36 +02:00
parent 072f420260
commit f6a30993f0
3 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
ifndef HOST_DARWIN
libraries += find-roots
libraries += libfindroots
find-roots_NAME = libfindroots
libfindroots_NAME = libnixfindroots
find-roots_DIR := $(d)/lib
libfindroots_DIR := $(d)/lib
find-roots_SOURCES := $(wildcard $(d)/lib/*.cc)
libfindroots_SOURCES := $(wildcard $(d)/lib/*.cc)
programs += nix-find-roots
@ -13,7 +13,7 @@ nix-find-roots_DIR := $(d)
nix-find-roots_SOURCES := $(d)/main.cc
nix-find-roots_LIBS := find-roots
nix-find-roots_LIBS := libfindroots
nix-find-roots_CXXFLAGS += \
-I src/nix-find-roots/lib