aboutsummaryrefslogtreecommitdiff
path: root/Cross.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 0000000..e7cd27b
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,11 @@
+[target.aarch64-unknown-linux-gnu]
+pre-build = [
+ "dpkg --add-architecture $CROSS_DEB_ARCH",
+ "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
+]
+
+[target.aarch64-unknown-linux-musl]
+pre-build = [
+ "dpkg --add-architecture $CROSS_DEB_ARCH",
+ "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
+]