Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index 858e9b4f4902bdea1a3e3fab4476f53a2489420e..1934e9b19ad43287d8435364e318d8dd0b4b3d8f 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -155,6 +155,7 @@ template("msvc_toolchain") { |
] |
link_output = libname |
depend_output = libname |
+ runtime_link_output = dllname |
# Since the above commands only updates the .lib file when it changes, ask |
# Ninja to check if the timestamp actually changed to know if downstream |