Re-Organize Vulkan build order a bit

This commit is contained in:
BtbN 2021-11-13 14:06:39 +01:00
parent 176e853bbe
commit 1cd3f207c5
4 changed files with 1 additions and 0 deletions

View File

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