Skip to content

Commit

Permalink
Fix error in last make rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 18, 2024
1 parent 76c4670 commit c134e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $(ALL_SOROBAN_LIBS): $(wildcard rust/soroban/p*/Cargo.lock) Makefile
;; \
esac ; \
cd $(abspath $(RUST_BUILD_DIR))/soroban/$$proto && \
RUSTFLAGS=-Cmetadata=$* \
RUSTFLAGS=-Cmetadata=$$proto \
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build \
--package soroban-env-host \
--$(RUST_PROFILE) \
Expand Down

0 comments on commit c134e66

Please sign in to comment.