Index: build/toolchain/mac/BUILD.gn |
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
index da4ca0532e5282974bfbfdf75282e903e545ced2..d16bb23b72a918d302fd7e7b5a12f6c2715cc24e 100644 |
--- a/build/toolchain/mac/BUILD.gn |
+++ b/build/toolchain/mac/BUILD.gn |
@@ -54,7 +54,7 @@ template("mac_toolchain") { |
depsformat = "gcc" |
description = "CC {{output}}" |
outputs = [ |
- "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", |
+ "{{target_out_dir}}/{{target_output_name}}/{{source_name_part}}.o", |
] |
} |
@@ -64,7 +64,7 @@ template("mac_toolchain") { |
depsformat = "gcc" |
description = "CXX {{output}}" |
outputs = [ |
- "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", |
+ "{{target_out_dir}}/{{target_output_name}}/{{source_name_part}}.o", |
] |
} |
@@ -75,7 +75,7 @@ template("mac_toolchain") { |
depsformat = "gcc" |
description = "ASM {{output}}" |
outputs = [ |
- "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", |
+ "{{target_out_dir}}/{{target_output_name}}/{{source_name_part}}.o", |
] |
} |
@@ -85,7 +85,7 @@ template("mac_toolchain") { |
depsformat = "gcc" |
description = "OBJC {{output}}" |
outputs = [ |
- "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", |
+ "{{target_out_dir}}/{{target_output_name}}/{{source_name_part}}.o", |
] |
} |
@@ -95,7 +95,7 @@ template("mac_toolchain") { |
depsformat = "gcc" |
description = "OBJCXX {{output}}" |
outputs = [ |
- "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", |
+ "{{target_out_dir}}/{{target_output_name}}/{{source_name_part}}.o", |
] |
} |