Skip to content

Commit 8cbaaa6

Browse files
committed
Temporarily switch SPIRV-Cross repository.
1 parent 4544e76 commit 8cbaaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetchDependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ if [ ! "$SPIRV_CROSS_ROOT" = "" ]; then
325325
rm -rf ${REPO_NAME}
326326
ln -sfn ${SPIRV_CROSS_ROOT} ${REPO_NAME}
327327
else
328-
REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git"
328+
REPO_URL="https://github.com/js6i/${REPO_NAME}.git"
329329
REPO_REV=$(cat "${EXT_REV_DIR}/${REPO_NAME}_repo_revision")
330330

331331
update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV}

0 commit comments

Comments
 (0)