From af97c555e0941ef9457a7e91a618434e5e547e9b Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Thu, 14 Mar 2024 06:18:40 -0700 Subject: [PATCH] try configuring cross from cargofile --- crates/bitwarden-c/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitwarden-c/Cargo.toml b/crates/bitwarden-c/Cargo.toml index 9c653d938..3ca7de53d 100644 --- a/crates/bitwarden-c/Cargo.toml +++ b/crates/bitwarden-c/Cargo.toml @@ -16,5 +16,5 @@ bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] } [dependencies] env_logger = ">=0.10.0, <0.12" -[target.aarch64-unknown-linux-gnu] +[package.metadata.cross.target.aarch64-unknown-linux-gnu] image.toolchain = ["aarch64-linux-gnu-gcc"]