mirror of
https://github.com/RPCSX/SPIRV-Tools.git
synced 2024-11-23 11:29:44 +00:00
kokoro: rename glslang (#5339)
* kokoro: rename glslang glslangValidator was renamed to glslang (https://github.com/KhronosGroup/glslang/pull/3257). Fixing build. * rename glslang to glslang-standalone
This commit is contained in:
parent
883417544b
commit
2813da2681
@ -142,7 +142,7 @@ elif [ $TOOL = "cmake-smoketest" ]; then
|
||||
cmake -GNinja -DRE2_BUILD_TESTING=OFF -DCMAKE_BUILD_TYPE="Release" ..
|
||||
|
||||
echo $(date): Build glslang...
|
||||
ninja glslangValidator
|
||||
ninja glslang-standalone
|
||||
|
||||
echo $(date): Build everything...
|
||||
ninja
|
||||
|
Loading…
Reference in New Issue
Block a user