mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
scripts/download-macos-libs.py: Patch out epoxy.pc Requires.private
This commit is contained in:
committed by
mborgerson
parent
1eced78a07
commit
708445a8dd
@ -149,7 +149,9 @@ class LibInstaller:
|
||||
if pkg_name.startswith('openssl'): # FIXME
|
||||
new_prefix = f'prefix={self._extract_path}/opt/local/libexec/openssl11\n'
|
||||
lines[i] = new_prefix
|
||||
break
|
||||
elif l.strip().startswith('Requires.private:'):
|
||||
if pkg_name.startswith('libepoxy'):
|
||||
lines[i] = ''
|
||||
with open(extracted_path, 'w') as f:
|
||||
f.write(''.join(lines))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user