| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index b567745a6cbf1d05e1f103f7824a831dffc93b64..32b055596ab5e00df8b5934e4e2b3d36d9ae194b 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -58,7 +58,7 @@ toolchain("32") {
|
| description = "ASM \$in"
|
| }
|
| tool("alink") {
|
| - command = "$python_path gyp-win-tool link-wrapper environment.x86 lib.exe /nologo /ignore:4221 /OUT:\$out @\$out.rsp"
|
| + command = "$python_path gyp-win-tool link-wrapper environment.x86 False lib.exe /nologo /ignore:4221 /OUT:\$out @\$out.rsp"
|
| description = "LIB \$out"
|
| rspfile = "\$out.rsp"
|
| rspfile_content = "\$in_newline \$libflags"
|
|
|