Skip to content

Commit e2e94fa

Browse files
authored
Update index.md
1 parent ab2df36 commit e2e94fa

File tree

1 file changed

+1
-1
lines changed
  • content/docs/fuzzing/c-cpp/12-libafl

1 file changed

+1
-1
lines changed

content/docs/fuzzing/c-cpp/12-libafl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Next, we need to tell Rust to use this version of Clang. Rust depends on the lin
3333
export RUSTFLAGS="-C linker=/usr/bin/clang-15"
3434
```
3535

36-
Also, the [cc crate](https://docs.rs/cc/latest/cc/) depends on the `cc` program. We can change the compiler used in that crate by setting the `CC` and `CXX` variables.
36+
Also, the [cc crate](https://docs.rs/cc/latest/cc/) depends on the `cc` program. We can change the compiler used in that crate by setting the `CC` and `CXX` variables:
3737

3838
```shell
3939
export CC="clang-15"

0 commit comments

Comments
 (0)