Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file extension for clang in libafl_cc/build.rs (#1237)
* Add CLANG and CLANG_PP env vars Add CLANG and CLANG_PP env variables for Windows. Resolves issue if clang and llvm-config are not in the same location. * Just add clang".exe" for windows User should have llvm-config and clang.exe clang++.exe in the same directory anyways. * Ran cargo fmt
- Loading branch information