summaryrefslogtreecommitdiff
path: root/linux/mapboxgl-app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mapboxgl-app.gyp')
-rw-r--r--linux/mapboxgl-app.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp
index e19768caf9..dac1934d31 100644
--- a/linux/mapboxgl-app.gyp
+++ b/linux/mapboxgl-app.gyp
@@ -15,7 +15,8 @@
'../common/platform_default.cpp',
'../common/glfw_view.hpp',
'../common/glfw_view.cpp',
- '../common/curl_request.cpp',
+ '../common/http_request_baton_curl.cpp',
+ '../common/linux.cpp',
'../common/stderr_log.hpp',
'../common/stderr_log.cpp',
],
@@ -32,7 +33,6 @@
],
'OTHER_LDFLAGS': [
'<@(glfw3_libraries)',
- '<@(curl_libraries)',
],
}
},
@@ -46,7 +46,6 @@
'link_settings': {
'libraries': [
'<@(glfw3_libraries)',
- '<@(curl_libraries)',
'-lboost_regex'
],
},