aboutsummaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 00000000..a81b3d80
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,4 @@
+[build]
+pre-build = [
+ "apt update && apt install -y protobuf-compiler"
+]