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 8e999b6 commit f35b8dbCopy full SHA for f35b8db
rust-cg-gcc/build.sh
@@ -19,7 +19,7 @@ GCC_URL="https://github.com/rust-lang/gcc"
19
GCC_BRANCH="master"
20
21
CG_GCC_BRANCH="master"
22
-CG_GCC_URL="github.com/rust-lang/rustc_codegen_gcc"
+CG_GCC_URL="https://github.com/rust-lang/rustc_codegen_gcc"
23
24
GCC_REVISION=$(get_remote_revision "${GCC_URL}" "heads/${GCC_BRANCH}")
25
CG_GCC_REVISION=$(get_remote_revision "${CG_GCC_URL}" "heads/${CG_GCC_BRANCH}")
0 commit comments