mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update vulkan-loader to 1.3.204
This commit is contained in:
parent
6c4bb3e9dc
commit
04888c1867
1 changed files with 2 additions and 2 deletions
|
@ -675,8 +675,8 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
|||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
# Version should match with the current MoltenVK release
|
||||
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.2.198.tar.gz',
|
||||
'b4a0ec6ce8921f50ab291f1c3a16802cfbe2c3dbd86820eb699bfb98890ad126')
|
||||
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.204.tar.gz',
|
||||
'256cfe468499c0bc67cd367b748c65bcccac1d08e0040a4f46154e86be1a8f77')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
state.options['BUILD_STATIC_LOADER'] = 'YES'
|
||||
|
|
Loading…
Reference in a new issue