scripts/gen-license.py: Fix version detect

This commit is contained in:
Matt Borgerson
2024-12-31 01:37:05 -07:00
committed by mborgerson
parent 0d0dbc2886
commit cd130f85d0
3 changed files with 1220 additions and 1 deletions
+2 -1
View File
@@ -366,13 +366,14 @@ Lib('miniz', 'https://github.com/richgel999/miniz',
Lib('glslang', 'https://github.com/KhronosGroup/glslang',
bsd_3clause, 'https://raw.githubusercontent.com/KhronosGroup/glslang/main/LICENSE.txt',
ships_static={windows}, platform={windows},
version='14.3.0'
),
Lib('SPIRV-Tools', 'https://github.com/KhronosGroup/SPIRV-Tools',
apache2, 'https://raw.githubusercontent.com/KhronosGroup/SPIRV-Tools/main/LICENSE',
ships_static={windows}, platform={windows},
pkgconfig=PkgConfig('SPIRV-Tools')
),
]
def gen_license():