We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3dcd4 commit 8ec7976Copy full SHA for 8ec7976
Readme.md
@@ -19,7 +19,7 @@ You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already i
19
**Put the path to your custom build of libgccjit in the file `gcc_path`.**
20
21
```bash
22
-$ git clone https://github.com/antoyo/rustc_codegen_gcc.git
+$ git clone https://github.com/rust-lang/rustc_codegen_gcc.git
23
$ cd rustc_codegen_gcc
24
$ ./prepare_build.sh # download and patch sysroot src
25
$ ./build.sh --release
0 commit comments