mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-21 07:30:47 +00:00
aedi: update glslang to 12.0.0
[skip build]
This commit is contained in:
parent
8f83130649
commit
d5753802a4
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class GlslangTarget(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/11.13.0.tar.gz',
|
'https://github.com/KhronosGroup/glslang/archive/refs/tags/12.0.0.tar.gz',
|
||||||
'592c98aeb03b3e81597ddaf83633c4e63068d14b18a766fd11033bad73127162')
|
'7cb45842ec1d4b6ea775d624c3d2d8ba9450aa416b0482b0cc7e4fdd399c3d75')
|
||||||
|
|
||||||
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