This commit is contained in:
Guillaume Gomez 2022-10-19 23:47:42 +02:00 committed by GitHub
parent c89e3e9b0c
commit ea52df463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ $ cd ..
$ dirname $(readlink -f `find . -name libgccjit.so`) > gcc_path
```
You can set also set RUST_COMPILER_RT_ROOT:
You also need to set RUST_COMPILER_RT_ROOT:
```bash
$ git clone https://github.com/llvm/llvm-project llvm --depth 1 --single-branch