Skip to content

Commit 4115688

Browse files
committed
Add Mina account and Mina ld lib path
1 parent 454a33c commit 4115688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ifeq ($(OS),Darwin)
1717
endif
1818

1919
ifeq ($(OS),Linux)
20-
export LD_LIBRARY_PATH := $(CURDIR)/operator/risc_zero/lib
20+
export LD_LIBRARY_PATH := $(CURDIR)/operator/risc_zero/lib:$(CURDIR)/operator/mina/lib:$(CURDIR)/operator/mina_account/lib
2121
endif
2222

2323

0 commit comments

Comments
 (0)