Skip to content

Commit f35b8db

Browse files
committed
rustc-cg-gcc: fix git URL
1 parent 8e999b6 commit f35b8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-cg-gcc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GCC_URL="https://github.com/rust-lang/gcc"
1919
GCC_BRANCH="master"
2020

2121
CG_GCC_BRANCH="master"
22-
CG_GCC_URL="github.com/rust-lang/rustc_codegen_gcc"
22+
CG_GCC_URL="https://github.com/rust-lang/rustc_codegen_gcc"
2323

2424
GCC_REVISION=$(get_remote_revision "${GCC_URL}" "heads/${GCC_BRANCH}")
2525
CG_GCC_REVISION=$(get_remote_revision "${CG_GCC_URL}" "heads/${CG_GCC_BRANCH}")

0 commit comments

Comments
 (0)