mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: add missing framework to vulkan-loader .pc file
This commit is contained in:
parent
9f4f5a7640
commit
a0ccfa7cca
1 changed files with 4 additions and 0 deletions
|
@ -349,6 +349,10 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
super().configure(state)
|
super().configure(state)
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def _process_pkg_config(pcfile: Path, line: str) -> str:
|
||||||
|
return line.replace('\n', ' -framework CoreFoundation\n') if line.startswith('Libs.private:') else line
|
||||||
|
|
||||||
|
|
||||||
class XmpTarget(ConfigureMakeStaticDependencyTarget):
|
class XmpTarget(ConfigureMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='xmp'):
|
def __init__(self, name='xmp'):
|
||||||
|
|
Loading…
Reference in a new issue