This commit is contained in:
Bill Hollings 2019-01-27 19:53:59 -05:00
commit dd5c0186bb

View File

@ -190,6 +190,8 @@ if [ ! "$GLSLANG_ROOT" = "" ]; then
REPO_NAME=glslang REPO_NAME=glslang
rm -rf ${REPO_NAME} rm -rf ${REPO_NAME}
ln -sfn ${GLSLANG_ROOT} ${REPO_NAME} ln -sfn ${GLSLANG_ROOT} ${REPO_NAME}
build_repo "${REPO_NAME}/External/spirv-tools"
else else
REPO_NAME=glslang REPO_NAME=glslang
REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git" REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git"