mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
aedi: update glslang to 13.1.0
This commit is contained in:
parent
72aa046802
commit
545cbd6976
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class GlslangTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/KhronosGroup/glslang/archive/refs/tags/13.0.0.tar.gz',
|
||||
'bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715')
|
||||
'https://github.com/KhronosGroup/glslang/archive/refs/tags/13.1.0.tar.gz',
|
||||
'926808f4bf129264a1b7d969978881ec041bb902ad49a180ba74270df7178494')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
args = ('python3', 'update_glslang_sources.py')
|
||||
|
|
Loading…
Reference in a new issue