Skip to content

Commit b10fc6f

Browse files
authored
fix(operator): build operator for linux (#1299)
1 parent 5ac308d commit b10fc6f

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+
LD_LIBRARY_PATH += $(CURDIR)/operator/risc_zero/lib
2121
endif
2222

2323
ifeq ($(OS),Linux)

0 commit comments

Comments
 (0)