Skip to content

Commit

Permalink
aedi: update glslang to 12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 21, 2023
1 parent e658e06 commit 3c45d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/tool_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def __init__(self, name='glslang'):

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')
Expand Down

0 comments on commit 3c45d73

Please sign in to comment.