Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: third_party/sqlite/BUILD.gn

Issue 239543013: Work on Mac GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove use_nss Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698