mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/gen-license.py: Fix version detect
This commit is contained in:
committed by
mborgerson
parent
0d0dbc2886
commit
cd130f85d0
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user