mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
aedi: update glslang to 12.3.1
This commit is contained in:
parent
e658e061fc
commit
3c45d73bd6
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class GlslangTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/KhronosGroup/glslang/archive/refs/tags/12.3.0.tar.gz',
|
||||
'45e0c7efad184206495aa1888c9008e168628fd1d3867a6975a7cd61dd11f53f')
|
||||
'https://github.com/KhronosGroup/glslang/archive/refs/tags/12.3.1.tar.gz',
|
||||
'a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
args = ('python3', 'update_glslang_sources.py')
|
||||
|
|
Loading…
Reference in a new issue