File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ $(STATLIB):
28
28
29
29
# Build the project using Cargo with additional flags
30
30
export CARGO_HOME=$(CARGOTMP) && \
31
- export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" && \
32
31
export LIBRARY_PATH="$(LIBRARY_PATH);$(CURDIR)/$(TARGET_DIR)/libgcc_mock" && \
33
32
RUSTFLAGS="$(RUSTFLAGS) --print=native-static-libs" cargo build @CRAN_FLAGS@ --target=$(TARGET) --lib @PROFILE@ --manifest-path=rust/Cargo.toml --target-dir=$(TARGET_DIR)
34
33
Original file line number Diff line number Diff line change 287
287
288
288
# Build the project using Cargo with additional flags
289
289
export CARGO_HOME=$(CARGOTMP) && \
290
- export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" && \
291
290
export LIBRARY_PATH="$(LIBRARY_PATH);$(CURDIR)/$(TARGET_DIR)/libgcc_mock" && \
292
291
RUSTFLAGS="$(RUSTFLAGS) --print=native-static-libs" cargo build @CRAN_FLAGS@ --target=$(TARGET) --lib @PROFILE@ --manifest-path=rust/Cargo.toml --target-dir=$(TARGET_DIR)
293
292
You can’t perform that action at this time.
0 commit comments