From d5e0bff7d58fcb8049444d2f80ef912dd846e429 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 1 Jan 2022 00:41:59 +0100 Subject: [PATCH] Fix rust build for s390x --- bindings/rust/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs index 34a066c0..617d41d2 100644 --- a/bindings/rust/build.rs +++ b/bindings/rust/build.rs @@ -174,6 +174,7 @@ fn main() { "m68k", "ppc", "ppc64", + "s390x" ] .iter() {