aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-14 22:57:42 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-15 14:32:00 +0200
commitd2696cdd1ee404ef6c6bd532cb90007dd8ee3e9f (patch)
tree9d41b0dd140aec39c627c653dd90828e6de52829 /Makefile
parent9c6ede85fc3cd822b5c6b56045ff231a61fcd55f (diff)
Fix build hook error for libstore library users
A library shouldn't require changes to the caller's argument handling, especially if it doesn't have to, and indeed we don't have to. This changes the lookup order to prioritize the hardcoded path to nix if it exists. The static executable still finds itself through /proc and the like.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6b49473a..c6220482a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ makefiles += \
src/libstore/tests/local.mk \
src/libexpr/tests/local.mk \
tests/local.mk \
+ tests/test-libstoreconsumer/local.mk \
tests/plugins/local.mk
else
makefiles += \