Skip to content

Commit

Permalink
Update recipes/openssl/1.x.x/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
  • Loading branch information
kletoz and SpaceIm authored Jan 27, 2023
1 parent d45e888 commit 7b1fa82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/openssl/1.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def _configure_args(self):
if self._full_version >= "1.1.0":
args.append("--debug" if self.settings.build_type == "Debug" else "--release")

if self.settings.os in ["Linux", "Android"] and self.settings.arch == "x86_64":
args.append("--libdir=lib") # See https://github.com/openssl/openssl/blob/master/INSTALL.md#libdir

if self.settings.os in ["tvOS", "watchOS"]:
Expand Down

0 comments on commit 7b1fa82

Please sign in to comment.