Skip to content

Commit

Permalink
GN format
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 22, 2020
1 parent 2de9565 commit b36f487
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ config("abi_default") {
ldflags = cflags

if (current_os == "android") {
ldflags += [
"-static-libstdc++",
]
ldflags += [ "-static-libstdc++" ]
}
}

Expand Down

0 comments on commit b36f487

Please sign in to comment.