mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update vulkan-loader to 1.3.231
This commit is contained in:
parent
cfa5488eb8
commit
48ba2ca880
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.224.tar.gz',
|
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.231.tar.gz',
|
||||||
'702a974c460c668a9469a4614aed0b06602e5031154a67bc195429f4604bf51e')
|
'02e185b939635167ea8f8815f8daab76af36923a3b995951fe6a5d3e25c55bf7')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue