Skip to content

Commit

Permalink
fix(operator): build operator for linux (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Oct 18, 2024
1 parent 5ac308d commit b10fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifeq ($(OS),Darwin)
endif

ifeq ($(OS),Linux)
export LD_LIBRARY_PATH += $(CURDIR)/operator/risc_zero/lib
LD_LIBRARY_PATH += $(CURDIR)/operator/risc_zero/lib
endif

ifeq ($(OS),Linux)
Expand Down

0 comments on commit b10fc6f

Please sign in to comment.