| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index 988683da879abfa15c5372e8d73f0a3dff81c956..87bd254ca8303b4a04e3cb59965ec34e1b9fa2a2 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -16,7 +16,12 @@ assert(is_win)
|
| gyp_win_tool_path = rebase_path("//tools/gyp/pylib/gyp/win_tool.py",
|
| root_build_dir)
|
| exec_script("setup_toolchain.py",
|
| - [ visual_studio_path, gyp_win_tool_path, windows_sdk_path ])
|
| + [
|
| + visual_studio_path,
|
| + gyp_win_tool_path,
|
| + windows_sdk_path,
|
| + visual_studio_runtime_dirs
|
| + ])
|
|
|
| # This value will be inherited in the toolchain below.
|
| concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
|
|