mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-31 12:00:35 +00:00
aedi: update moltenvk to 1.1.4
This commit is contained in:
parent
dbfccd9c35
commit
5a5cbca6b9
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@ class MoltenVKTarget(MakeTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/v1.1.3.tar.gz',
|
||||
'c20758bc19a46060aaf6e0949b47d29824b70b9ec0e22fb73a3feeef4c73a0ef')
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.4.tar.gz',
|
||||
'f9bba6d3bf3648e7685c247cb6d126d62508af614bc549cedd5859a7da64967e')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return os.path.exists(state.source + 'MoltenVKPackaging.xcodeproj')
|
||||
|
|
Loading…
Reference in a new issue