mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: mark vulkan-headers as platform agnostic
it contains no binary code, but header files, python scripts, etc
This commit is contained in:
parent
2382b9cd10
commit
dfd6cf347e
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ class SodiumTarget(base.ConfigureMakeStaticDependencyTarget):
|
||||||
class VulkanHeadersTarget(base.CMakeStaticDependencyTarget):
|
class VulkanHeadersTarget(base.CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='vulkan-headers'):
|
def __init__(self, name='vulkan-headers'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
self.multi_platform = False
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
|
|
Loading…
Reference in a new issue