From b36f487ffe3c53e7b26e3d7bc5b3e55aa48a48f9 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 22 Oct 2020 13:16:13 -0400 Subject: [PATCH] GN format --- build/config/compiler/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index f62ef73307b8d6..3e72ee5031b667 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -96,9 +96,7 @@ config("abi_default") { ldflags = cflags if (current_os == "android") { - ldflags += [ - "-static-libstdc++", - ] + ldflags += [ "-static-libstdc++" ] } }