aedi: update vulkan-loader to 1.3.211

This commit is contained in:
alexey.lysiuk 2022-04-16 15:17:36 +03:00
parent 0e22ecce80
commit b6542a6de7
1 changed files with 2 additions and 2 deletions

View File

@ -675,8 +675,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.204.tar.gz', 'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.211.tar.gz',
'256cfe468499c0bc67cd367b748c65bcccac1d08e0040a4f46154e86be1a8f77') '1d889f093a85700f38be5d0047694c4d8c59f99e277fbe2dc781969c8f9537be')
def configure(self, state: BuildState): def configure(self, state: BuildState):
state.options['BUILD_STATIC_LOADER'] = 'YES' state.options['BUILD_STATIC_LOADER'] = 'YES'