summaryrefslogtreecommitdiff
path: root/gyp/mbgl-osx.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/mbgl-osx.gypi')
-rw-r--r--gyp/mbgl-osx.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index 49135fd6c4..8de90a8a22 100644
--- a/gyp/mbgl-osx.gypi
+++ b/gyp/mbgl-osx.gypi
@@ -9,7 +9,7 @@
'version',
],
'sources': [
- '../platform/osx/cache_database_application_support.mm',
+ '../platform/osx/shader_cache_application_support.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
'../platform/darwin/http_request_cocoa.mm',
@@ -33,6 +33,7 @@
],
'xcode_settings': {
'OTHER_LDFLAGS': [
+ '-framework Foundation',
'-framework ImageIO',
'-framework CoreServices',
],