From 96cde9f3391f521953b8eeb407f9f9e98fa896d7 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Mon, 26 Dec 2022 16:15:05 +0100 Subject: [PATCH] Add pre-build to musl --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b49eef8..9092d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,6 +66,10 @@ winres = "^0.1.12" [target."cfg(windows)".dependencies] winreg = "^0.10.1" +[target.aarch64-unknown-linux-gnu] +pre-build = ["sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev"] +] + [features] # This feature is enabled when building for a flatpak environment flatpak = [] \ No newline at end of file