mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update moltenvk to 1.1.8
This commit is contained in:
parent
438114a37f
commit
4e02467678
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.7.tar.gz',
|
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.8.tar.gz',
|
||||||
'657f8ccb5d51323c55ba64fa91da2e5ddb7326189b648f60f5e7323ddc21c42f')
|
'f316c814d0cb6d60a0e8ad164d8cafa64010dee9dd41748b038b6b67fa40f08a')
|
||||||
|
|
||||||
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