diff --git a/conanfile.py b/conanfile.py index 188fd13a0c79ce5d2b247de53654e0ccf72b8885..2a0d422853fc9258c9bf8938c519c0b9c45edbf3 100644 --- a/conanfile.py +++ b/conanfile.py @@ -48,6 +48,7 @@ class PythonConan(ConanFile): args=[ "--enable-optimizations", + "--enable-shared", "--with-ssl-default-suites=openssl", "--with-openssl=%s" % self.deps_cpp_info["openssl"].rootpath ]