Skip to content

Commit

Permalink
aedi: update glslang to 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 16, 2024
1 parent 4a4b703 commit d244390
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aedi/target/tool_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ def __init__(self, name='glslang'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/KhronosGroup/glslang/archive/refs/tags/15.0.0.tar.gz',
'c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064')
'https://github.com/KhronosGroup/glslang/archive/refs/tags/15.1.0.tar.gz',
'4bdcd8cdb330313f0d4deed7be527b0ac1c115ff272e492853a6e98add61b4bc',
patches='glslang-old-cmake')

def configure(self, state: BuildState):
args = ('python3', 'update_glslang_sources.py')
Expand Down

0 comments on commit d244390

Please sign in to comment.