mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update glslang to 13.0.0
This commit is contained in:
parent
f877171363
commit
adb8b93645
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/12.3.1.tar.gz',
|
||||
'a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8')
|
||||
'https://github.com/KhronosGroup/glslang/archive/refs/tags/13.0.0.tar.gz',
|
||||
'bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
args = ('python3', 'update_glslang_sources.py')
|
||||
|
|
Loading…
Reference in a new issue