Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 2, 2025
1 parent da01843 commit e4b3716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download-macos-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def install_pkg(self, pkg_name):
for i, l in enumerate(lines):
if l.strip().startswith('prefix'):
new_prefix = f'prefix={self._extract_path}/opt/local\n'
# if pkg_name.startswith('openssl'): # FIXME
# new_prefix = f'prefix={self._extract_path}/opt/local/libexec/openssl3\n'
if pkg_name.startswith('openssl'): # FIXME
new_prefix = f'prefix={self._extract_path}/opt/local/libexec/openssl3\n'
lines[i] = new_prefix
break
with open(extracted_path, 'w') as f:
Expand Down

0 comments on commit e4b3716

Please sign in to comment.