Skip to content

Commit

Permalink
Temporarily switch SPIRV-Cross repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
js6i committed Sep 15, 2023
1 parent 4544e76 commit 8cbaaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchDependencies
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ if [ ! "$SPIRV_CROSS_ROOT" = "" ]; then
rm -rf ${REPO_NAME}
ln -sfn ${SPIRV_CROSS_ROOT} ${REPO_NAME}
else
REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git"
REPO_URL="https://github.com/js6i/${REPO_NAME}.git"
REPO_REV=$(cat "${EXT_REV_DIR}/${REPO_NAME}_repo_revision")

update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV}
Expand Down

0 comments on commit 8cbaaa6

Please sign in to comment.