Skip to content

Commit

Permalink
openssl: use "res" folder for ssldirs config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Aug 23, 2023
1 parent de5e235 commit 0a2112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openssl/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def _run_make(self, targets=None, parallel=True, install=False):
command = [self._make_program]
if install:
command.append(f"DESTDIR={self.package_folder}")
command.append(f"OPENSSLDIR=/etc/ssl")
command.append(f"OPENSSLDIR=/res/ssl")
if targets:
command.extend(targets)
if not self._use_nmake:
Expand Down

0 comments on commit 0a2112b

Please sign in to comment.