Clang update script (Windows): fix asan runtime copying
Fix the copying of asan runtime. I'll try to come up with a more permanent solution, but this should get the ASan buildbot going in the meantime. BUG=82385 NOTRY=true Review URL: https://codereview.chromium.org/263003002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@267932 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
06a998fa32
Коммит
7bfb276530
|
@ -5058,7 +5058,7 @@
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
'AdditionalLibraryDirectories': [
|
'AdditionalLibraryDirectories': [
|
||||||
# TODO(hans): If make_clang_dir is absolute, this breaks.
|
# TODO(hans): If make_clang_dir is absolute, this breaks.
|
||||||
'<(DEPTH)/<(make_clang_dir)/lib/clang/3.5/lib/windows',
|
'<(DEPTH)/<(make_clang_dir)/lib/clang/3.5.0/lib/windows',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'target_conditions': [
|
'target_conditions': [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче