summaryrefslogtreecommitdiff
path: root/macosx/mapboxgl-app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/mapboxgl-app.gyp')
-rw-r--r--macosx/mapboxgl-app.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp
index da5c68ea35..51f591fdd0 100644
--- a/macosx/mapboxgl-app.gyp
+++ b/macosx/mapboxgl-app.gyp
@@ -15,8 +15,10 @@
'../common/platform_nsstring.mm',
'../common/glfw_view.hpp',
'../common/glfw_view.cpp',
- '../common/foundation_request.h',
- '../common/foundation_request.mm',
+ '../common/reachability.h',
+ '../common/reachability.m',
+ '../common/http_request_baton_cocoa.mm',
+ '../common/osx.mm',
'../common/nslog_log.hpp',
'../common/nslog_log.mm',
],
@@ -33,6 +35,7 @@
],
'OTHER_LDFLAGS': [
'<@(glfw3_libraries)',
+ '-framework SystemConfiguration',
],
'SDKROOT': 'macosx',
'INFOPLIST_FILE': 'Info.plist',