From 46f901250ccc4d7cd9ecc2c2dc0937176be2d8d1 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 21 Nov 2023 05:28:16 -0800 Subject: [PATCH] try setting aarch64 linux linker --- crates/bitwarden-py/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/bitwarden-py/Cargo.toml b/crates/bitwarden-py/Cargo.toml index ca7947e06..f4ab1ad24 100644 --- a/crates/bitwarden-py/Cargo.toml +++ b/crates/bitwarden-py/Cargo.toml @@ -24,3 +24,6 @@ pyo3-asyncio = { version = "0.20.0", features = [ "attributes", "tokio-runtime", ] } + +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" \ No newline at end of file