Skip to content

Commit

Permalink
try setting aarch64 linux linker
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent be0e5d8 commit 46f9012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ pyo3-asyncio = { version = "0.20.0", features = [
"attributes",
"tokio-runtime",
] }

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

0 comments on commit 46f9012

Please sign in to comment.