| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index bfa69bee3aac56fd4917f70735c7100348c78296..b03966d254e2039dbeaf99d21c0df6a8c29ed5e4 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -95,7 +95,7 @@ config("compiler") {
|
| }
|
|
|
| # Clang runtime libraries, such as the sanitizer runtimes, live here.
|
| - lib_dirs = [ "//third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/windows" ]
|
| + lib_dirs = [ "//third_party/llvm-build/Release+Asserts/lib/clang/$clang_version/lib/windows" ]
|
| }
|
|
|
| if (is_syzyasan) {
|
|
|