Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index 34198e83519bcf73c5227db1e8012a7d3e0dae6d..7ee7d8304e6d137f79a1627a30308d00dc46f355 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -143,8 +143,7 @@ template("msvc_toolchain") { |
tool("solink") { |
dllname = "{{root_out_dir}}/{{target_output_name}}{{output_extension}}" # e.g. foo.dll |
- libname = |
- "{{root_out_dir}}/{{target_output_name}}{{output_extension}}.lib" # e.g. foo.dll.lib |
+ libname = "${dllname}.lib" # e.g. foo.dll.lib |
rspfile = "${dllname}.rsp" |
link_command = "$python_path gyp-win-tool link-wrapper $env False link.exe /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:${dllname}.pdb @$rspfile" |