Skip to content

Commit

Permalink
Fixes Makevars.win
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Nov 20, 2023
1 parent d70d88c commit 6938d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(STATLIB):
if [ "$(VENDORING)" = "yes" ]; then \
$(TAR) --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \
mkdir -p ./rust/.cargo && \
cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \
cp ./config/cargo_vendor_config.toml ./rust/.cargo/config.toml; \
fi

mkdir -p $(TARGET_DIR)/libgcc_mock
Expand Down

0 comments on commit 6938d44

Please sign in to comment.