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