From 4115688fb0962c09530ec2e2df1d050bbd24ba3e Mon Sep 17 00:00:00 2001 From: gabrielbosio Date: Tue, 8 Oct 2024 18:55:43 -0300 Subject: [PATCH] Add Mina account and Mina ld lib path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dadb14917..e42f2453a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifeq ($(OS),Darwin) endif ifeq ($(OS),Linux) - export LD_LIBRARY_PATH := $(CURDIR)/operator/risc_zero/lib + export LD_LIBRARY_PATH := $(CURDIR)/operator/risc_zero/lib:$(CURDIR)/operator/mina/lib:$(CURDIR)/operator/mina_account/lib endif