Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index ba25fe47397228e26c1993a4abcc5f25bc9aac6c..3e8cd35058fc5eec7056c071e5110bac195f9590 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -111,6 +111,8 @@ template("msvc_toolchain") { |
dllname, |
libname, |
] |
+ link_output = libname |
+ depend_output = libname |
# The use of inputs_newline is to work around a fixed per-line buffer |
# size in the linker. |
rspfile_content = "{{libs}} {{solibs}} {{inputs_newline}} {{ldflags}}" |