mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-31 20:10:32 +00:00
aedi: update vulkan-loader to 1.3.216
This commit is contained in:
parent
1c41645025
commit
00b219845b
1 changed files with 2 additions and 2 deletions
|
@ -673,8 +673,8 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
# Version should match with the current MoltenVK release
|
# Version should match with the current MoltenVK release
|
||||||
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.211.tar.gz',
|
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.216.tar.gz',
|
||||||
'1d889f093a85700f38be5d0047694c4d8c59f99e277fbe2dc781969c8f9537be')
|
'006de2ee5bad4ef797ce4c25df166e09f2e5dd136e99cb507da313aa86770c00')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
state.options['BUILD_STATIC_LOADER'] = 'YES'
|
state.options['BUILD_STATIC_LOADER'] = 'YES'
|
||||||
|
|
Loading…
Reference in a new issue