We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4544e76 commit 8cbaaa6Copy full SHA for 8cbaaa6
fetchDependencies
@@ -325,7 +325,7 @@ if [ ! "$SPIRV_CROSS_ROOT" = "" ]; then
325
rm -rf ${REPO_NAME}
326
ln -sfn ${SPIRV_CROSS_ROOT} ${REPO_NAME}
327
else
328
- REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git"
+ REPO_URL="https://github.com/js6i/${REPO_NAME}.git"
329
REPO_REV=$(cat "${EXT_REV_DIR}/${REPO_NAME}_repo_revision")
330
331
update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV}
0 commit comments