| Index: build/mac/asan.gyp
|
| diff --git a/build/mac/asan.gyp b/build/mac/asan.gyp
|
| index 523168100807f84c603d1a04ec734ca2cadc9393..a66d118e46e1cc998ce11faf5beea4c91135b068 100644
|
| --- a/build/mac/asan.gyp
|
| +++ b/build/mac/asan.gyp
|
| @@ -13,7 +13,7 @@
|
| 'prune_self_dependency': 1,
|
| # Path is relative to this GYP file.
|
| 'asan_rtl_mask_path':
|
| - '../../third_party/llvm-build/Release+Asserts/lib/clang/*/lib/darwin',
|
| + '../../third_party/llvm-build/Release+Asserts/lib/clang/<!(python ../../tools/clang/scripts/update.py --print-clang-version)/lib/darwin',
|
| 'asan_osx_dynamic':
|
| '<(asan_rtl_mask_path)/libclang_rt.asan_osx_dynamic.dylib',
|
| 'asan_iossim_dynamic':
|
|
|