Skip to content

Commit

Permalink
libest: transitive_libs=True
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 28, 2023
1 parent a621e78 commit f9b52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libest/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("openssl/[>=1.1 <4]")
self.requires("openssl/[>=1.1 <4]", transitive_headers=True, transitive_libs=True)

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit f9b52c9

Please sign in to comment.