Skip to content

Commit

Permalink
fix: fix Makevars.win
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 21, 2023
1 parent 5003871 commit 923b656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $(STATLIB):
if [ "true" != "true" ]; then \
export CARGO_HOME=$(CARGOTMP); \
fi && \
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" && \
export LIBRARY_PATH="$${LIBRARY_PATH};$(CURDIR)/$(TARGET_DIR)/libgcc_mock" && \
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" && \
export LIBRARY_PATH="$${LIBRARY_PATH};$(TARGET_DIR)/libgcc_mock" && \
if [ "$(RPOLARS_FULL_FEATURES)" = "true" ]; then \
$(BUILD_COMMAND) --features "full_features"; \
else \
Expand Down

0 comments on commit 923b656

Please sign in to comment.