diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-25 14:21:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-25 14:21:59 +0100 |
commit | 47488dcd02a67683e1a904d3eb2b90069e5a93ec (patch) | |
tree | 1e3a85134413e2da8c090de7c1d6aab6caabe5e1 /docs | |
parent | 185d7f2edea037902289967e008729d921db1978 (diff) | |
download | afl++-47488dcd02a67683e1a904d3eb2b90069e5a93ec.tar.gz |
nits
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 85c5697a..a41d36c7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -99,7 +99,7 @@ Be sure to setup `PATH` to point to the correct clang binaries and use the freshly installed clang, clang++, gmake and coreutils, e.g.: ``` -export PATH="/usr/local/Cellar/llvm/12.0.1/bin/:/usr/local/opt/coreutils/libexec/gnubin:$PATH" +export PATH="/usr/local/Cellar/llvm/13.0.0_2/bin/:/usr/local/opt/coreutils/libexec/gnubin:$PATH" export CC=clang export CXX=clang++ gmake |