wscript: remove redundant libraries check for shaderc-static

libshaderc_combined.a already bundles every libs it depends on

References:
https://github.com/google/shaderc/tree/master/libshaderc#build-artifacts
This commit is contained in:
shinchiro 2017-12-25 09:51:55 +08:00 committed by Kevin Mitchell
parent d588bdaaf7
commit 31718c48ce
1 changed files with 1 additions and 2 deletions

View File

@ -740,8 +740,7 @@ video_output_features = [
'deps': '!shaderc-shared',
'groups': ['shaderc'],
'func': check_cc(header_name='shaderc/shaderc.h',
lib=['shaderc_combined', 'glslang', 'SPIRV-Tools',
'SPIRV-Tools-opt', 'stdc++']),
lib=['shaderc_combined', 'stdc++']),
}, {
'name': '--shaderc',
'desc': 'libshaderc SPIR-V compiler',