Roll release/4.4

This commit is contained in:
nanake 2021-04-04 13:38:55 +07:00 committed by BtbN
parent bc49c2cc2e
commit 75db19361e
9 changed files with 6 additions and 12 deletions

View file

@ -4,7 +4,6 @@ GLSLANG_REPO="https://github.com/KhronosGroup/glslang.git"
GLSLANG_COMMIT="5878bcb17e43bf22cecaf6095900a33ff7f53445"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.3* ]] && return -1
return 0
}