diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-09-24 16:09:26 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-09-24 16:19:47 +0200 |
commit | 992d9ff051ecd45f83160930c43c9d5a2da04048 (patch) | |
tree | b89bc59a887b336ddada4b5dd2d22a34eaa3b033 /linux | |
parent | 0fc1f6686886e1122757d5cee17e401ece8178bb (diff) | |
download | qtlocation-mapboxgl-992d9ff051ecd45f83160930c43c9d5a2da04048.tar.gz |
add back CURL requesting
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 2a76fea1d6..0c9f4bf8ab 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -15,7 +15,7 @@ '../common/platform_default.cpp', '../common/glfw_view.hpp', '../common/glfw_view.cpp', - '../common/curl_request.cpp', + '../common/http_request_baton_curl.cpp', '../common/stderr_log.hpp', '../common/stderr_log.cpp', ], |