Add pre-build to musl

This commit is contained in:
Philip Kristoffersen
2022-12-26 16:15:05 +01:00
parent fcb12241b7
commit 96cde9f339
+4
View File
@@ -66,6 +66,10 @@ winres = "^0.1.12"
[target."cfg(windows)".dependencies] [target."cfg(windows)".dependencies]
winreg = "^0.10.1" 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] [features]
# This feature is enabled when building for a flatpak environment # This feature is enabled when building for a flatpak environment
flatpak = [] flatpak = []