mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-12 23:44:20 +00:00
aedi: update moltenvk to 1.1.11
This commit is contained in:
parent
7fc549f24d
commit
308519a4ff
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@ class MoltenVKTarget(MakeTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.10.tar.gz',
|
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.11.tar.gz',
|
||||||
'fac11c2501195c9ce042103685c7778e35484562e6c084963a22072dd0a602e0')
|
'938ea0ba13c6538b0ee505ab391a3020f206ab9d29c869f20dd19318a4ee8997')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('MoltenVKPackaging.xcodeproj')
|
return state.has_source_file('MoltenVKPackaging.xcodeproj')
|
||||||
|
|
Loading…
Reference in a new issue