mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
fix: use shared openssl on Android (#2657)
* feat(conan): clone openssl and patch it for Android * fix(conan): build shared libssl for Android
This commit is contained in:
+1
-1
@@ -43,5 +43,5 @@ class AmneziaVPN(ConanFile):
|
||||
|
||||
# expicitly use libssh@amnezia to prevent it from being downloaded from conan-center
|
||||
self.requires("libssh/0.11.3@amnezia")
|
||||
self.requires("openssl/3.6.1")
|
||||
self.requires("openssl/3.6.2")
|
||||
self.requires("zlib/1.3.2")
|
||||
|
||||
Reference in New Issue
Block a user