| Index: third_party/yasm/yasm_assemble.gni
|
| diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
|
| index fdbf624c6d0dbd2d49f202651216e59c3cd48994..56d7e11a6e9ae34b403179f1ce43d67a42c33f5e 100644
|
| --- a/third_party/yasm/yasm_assemble.gni
|
| +++ b/third_party/yasm/yasm_assemble.gni
|
| @@ -172,7 +172,9 @@ template("yasm_assemble") {
|
| # exactly duplicate the naming and location of object files from the
|
| # native build, which would be:
|
| # "$root_out_dir/${target_name}.{{source_dir_part}}.$asm_obj_extension"
|
| - outputs = [ "$target_out_dir/{{source_name_part}}.o" ]
|
| + outputs = [
|
| + "$target_out_dir/{{source_name_part}}.o",
|
| + ]
|
| args += [
|
| "-o",
|
| rebase_path(outputs[0], root_build_dir),
|
|
|