From ae90fa57eabc1f3c556c843bd10f2b9d2b476d6a Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Sun, 9 Jun 2024 17:28:20 +0100 Subject: [PATCH] tapo-py: Fix s390x build --- tapo/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tapo/Cargo.toml b/tapo/Cargo.toml index 6bf8dd6..7071c27 100644 --- a/tapo/Cargo.toml +++ b/tapo/Cargo.toml @@ -44,3 +44,6 @@ tokio = { workspace = true, default-features = false, features = [ "rt-multi-thread", "macros", ] } + +[target.s390x-unknown-linux-gnu] +openssl-src = "300.2.3+3.2.1"