Disable glslang on 4.3

This commit is contained in:
BtbN 2021-04-05 21:30:32 +02:00
parent 56c81f3275
commit 77f11e2be7
1 changed files with 1 additions and 0 deletions

View File

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