From 40848871c5a03e269fdd3566f994337c7069e54c Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:50:55 +0530 Subject: [PATCH] fix(Makefile): invalid path to crate build (#1981) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0486711f9..abd0d4f28 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ endif ### RLN -LIBRLN_BUILDDIR := $(CURDIR)/vendor/zerokit/target/release +LIBRLN_BUILDDIR := $(CURDIR)/vendor/zerokit ifeq ($(OS),Windows_NT) LIBRLN_FILE := rln.lib