| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index 95c2d9f3a9be31d699c7de8485d9dd27783eb983..05406c39d42cec7a49e7b60263bb55a1a1a8d851 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -101,7 +101,7 @@ template("msvc_toolchain") {
|
| outputs = [
|
| "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.obj",
|
| ]
|
| - rspfile_content = "{{defines}} {{include_dirs}} {{cflags}} {{cflags_c}}"
|
| + rspfile_content = "{{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}"
|
| }
|
|
|
| tool("rc") {
|
|
|