From 326a7a22eb3dc500fb3483ebb8a908903b80fec8 Mon Sep 17 00:00:00 2001 From: themartto Date: Thu, 28 May 2026 09:45:10 +0300 Subject: [PATCH] feat: add Cross.toml --- Cross.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Cross.toml diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..c75bdf3 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,5 @@ +[target.aarch64-unknown-linux-gnu] +pre-build = [ + "dpkg --add-architecture arm64", + "apt-get update && apt-get install -y --no-install-recommends libssl-dev:arm64", +]