diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-11-20 14:32:18 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-12-01 11:49:02 +0200 |
commit | 3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b (patch) | |
tree | 7ab800d7e6288f3e3aa4d2e872b573ff303bef7f /bin | |
parent | ed29223e5a626980100b7dc4f85737852f1a5319 (diff) | |
download | qtlocation-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.gypi | 3 |
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)' ], }, |