Skip to content

Commit

Permalink
add target
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Oct 1, 2024
1 parent 0f12201 commit e812c8b
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 @@ -33,7 +33,7 @@ $(STATLIB):
export CARGO_HOME=$(CARGOTMP); \
fi && \
echo "*** Rust version: $$(rustc --version)" && \
cargo build --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR)
cargo build --target=$(TARGET) --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR)

# we clean headers to avoid a message like
# Found the following sources/headers with CR or CRLF line endings:
Expand Down

0 comments on commit e812c8b

Please sign in to comment.