summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-11-20 14:32:18 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-12-01 11:49:02 +0200
commit3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b (patch)
tree7ab800d7e6288f3e3aa4d2e872b573ff303bef7f /bin
parented29223e5a626980100b7dc4f85737852f1a5319 (diff)
downloadqtlocation-mapboxgl-3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b.tar.gz
[core] Don't link with libuv on components not using it directly
Diffstat (limited to 'bin')
-rw-r--r--bin/render.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/render.gypi b/bin/render.gypi
index c200350a4a..c01a75f8c3 100644
--- a/bin/render.gypi
+++ b/bin/render.gypi
@@ -28,16 +28,13 @@
'variables' : {
'cflags_cc': [
'<@(glfw_cflags)',
- '<@(libuv_cflags)',
'<@(boost_cflags)',
],
'ldflags': [
'<@(glfw_ldflags)',
- '<@(libuv_ldflags)',
],
'libraries': [
'<@(glfw_static_libs)',
- '<@(libuv_static_libs)',
'<@(boost_libprogram_options_static_libs)'
],
},