File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ ifeq ($(OS),Darwin)
1717endif
1818
1919ifeq ($(OS ) ,Linux)
20- LD_LIBRARY_PATH+=$(CURDIR)/operator/risc_zero_old/lib:$(CURDIR)/operator/risc_zero/lib
20+ export LD_LIBRARY_PATH+=$(CURDIR)/operator/risc_zero_old/lib:$(CURDIR)/operator/risc_zero/lib
21+ OPERATOR_FFIS=$(CURDIR)/operator/risc_zero_old/lib:$(CURDIR)/operator/risc_zero/lib
2122endif
2223
2324ifeq ($(OS ) ,Linux)
@@ -141,7 +142,7 @@ build_operator_macos:
141142
142143build_operator_linux :
143144 @echo " Building Operator..."
144- @go build -ldflags " -X main.Version=$( OPERATOR_VERSION) -r $( LD_LIBRARY_PATH ) " -o ./operator/build/aligned-operator ./operator/cmd/main.go
145+ @go build -ldflags " -X main.Version=$( OPERATOR_VERSION) -r $( OPERATOR_FFIS ) " -o ./operator/build/aligned-operator ./operator/cmd/main.go
145146 @echo " Operator built into /operator/build/aligned-operator"
146147
147148update_operator :
You can’t perform that action at this time.
0 commit comments