Skip to content

Commit ece2874

Browse files
authored
hotfix(operator): add SP1 path to LD_LIBRARY_PATH and OPERATOR_FFIS (#1835)
1 parent 0237f45 commit ece2874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ifeq ($(OS),Darwin)
2020
endif
2121

2222
ifeq ($(OS),Linux)
23-
export LD_LIBRARY_PATH+=$(CURDIR)/operator/risc_zero/lib
24-
OPERATOR_FFIS=$(CURDIR)/operator/risc_zero/lib
23+
export LD_LIBRARY_PATH+=$(CURDIR)/operator/risc_zero/lib:$(CURDIR)/operator/sp1/lib
24+
OPERATOR_FFIS=$(CURDIR)/operator/risc_zero/lib:$(CURDIR)/operator/sp1/lib
2525
endif
2626

2727
ifeq ($(OS),Linux)

0 commit comments

Comments
 (0)