Chromium Code Reviews| Index: third_party/sqlite/BUILD.gn |
| diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
| index 9012ba34562f194d49ac48100c098deebea79656..1ffc240285d4623dc966e48abd6b573309681414 100644 |
| --- a/third_party/sqlite/BUILD.gn |
| +++ b/third_party/sqlite/BUILD.gn |
| @@ -65,7 +65,7 @@ source_set("sqlite") { |
| ] |
| libs = [ "dl" ] |
| } else if (is_mac || is_ios) { |
| - libs += [ "CoreFoundation.framework" ] |
| + libs = [ "CoreFoundation.framework" ] |
| } else if (is_android) { |
| defines += [ |
| "HAVE_USLEEP=1", |