Get rid of non-LLVM build configurations (#10030)

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
xddxd 2021-03-29 22:45:48 +03:00 committed by GitHub
parent 3e48c9744b
commit 7cbafd603a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 133 additions and 2190 deletions

View file

@ -76,7 +76,7 @@ for url in $DEP_URLS; do
case "$url" in
*qt*) checksum=$(curl -L "${url}.sha1"); algo="sha1"; outDir='C:\Qt\' ;;
*llvm*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="." ;;
*glslang*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="./lib/Release - LLVM-x64" ;;
*glslang*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="./lib/Release-x64" ;;
*Vulkan*)
# Vulkan setup needs to be run in batch environment
# Need to subshell this or else it doesn't wait