summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/sqlite.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r--third_party/sqlite/sqlite.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index c45ccd0..885b7f5 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -127,6 +127,13 @@
],
},
}],
+ ['OS == "mac" or OS == "ios"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
+ ],
+ },
+ }],
['OS == "android"', {
'defines': [
'HAVE_USLEEP=1',