Skip to content

Commit

Permalink
fixup! [GN] use 64bit dump_syms in 32bit linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Jul 21, 2016
1 parent 11e530b commit 019b6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ if (is_linux && !is_component_build) {
"$root_build_dir/{{source_name_part}}.breakpad.$target_cpu"
]
args = [
"./" + rebase_path("$root_out_dir/dump_syms", root_build_dir),
"./" + rebase_path("tools/dump_syms", root_build_dir),
"$linux_strip_binary",
"{{source}}",
rebase_path("$root_out_dir/{{source_name_part}}.breakpad.$current_cpu", root_build_dir)
Expand Down

0 comments on commit 019b6b5

Please sign in to comment.