mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-03-01 22:40:56 +00:00
aedi: update vulkan-loader to 1.3.239
This commit is contained in:
parent
a0ccfa7cca
commit
6efd079ffa
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,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.236.tar.gz',
|
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.239.tar.gz',
|
||||||
'c18434976d6e67c3c1d5cfdfa630046e698402d1f666ff5094de1fcd3a012b0d')
|
'dcdbe3f5362035ecc5ffce2140393de377038c44e00dfb8bae43816eec57dfc6')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue