Skip to content

Commit

Permalink
shaderc: update glslang to fix missing cstdint
Browse files Browse the repository at this point in the history
Signed-off-by: nanake <[email protected]>
  • Loading branch information
nanake committed Nov 11, 2024
1 parent a6d6eda commit 2857f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.d/50-vulkan/50-shaderc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ffbuild_dockerbuild() {
git-mini-clone "$SHADERC_REPO" "$SHADERC_COMMIT" shaderc
cd shaderc

sed -i 's/d0e67c58134377f065a509845ca6b7d463f5b487/9c644fcb5b9a1a9c975c50a790fd14c5451292b0/' DEPS

./utils/git-sync-deps

mkdir build && cd build
Expand Down

0 comments on commit 2857f9a

Please sign in to comment.