Skip to content
Snippets Groups Projects
Commit fe7af0bc authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Enable shared library

parent 3348efdf
Branches
No related tags found
No related merge requests found
Pipeline #1951 failed
...@@ -48,6 +48,7 @@ class PythonConan(ConanFile): ...@@ -48,6 +48,7 @@ class PythonConan(ConanFile):
args=[ args=[
"--enable-optimizations", "--enable-optimizations",
"--enable-shared",
"--with-ssl-default-suites=openssl", "--with-ssl-default-suites=openssl",
"--with-openssl=%s" % self.deps_cpp_info["openssl"].rootpath "--with-openssl=%s" % self.deps_cpp_info["openssl"].rootpath
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment