diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-05-12 15:10:03 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-05-12 15:10:03 +0200 |
commit | bb33493710629b1f78ac7ac23a89b656fb6a8a8c (patch) | |
tree | 2e1177b0f56c73d74f312cdef2eefd475ac5b6cc /bin | |
parent | e12c70337e9ea02529a857e3bc661289774d3772 (diff) | |
download | qtlocation-mapboxgl-bb33493710629b1f78ac7ac23a89b656fb6a8a8c.tar.gz |
use boost_program_options from mason
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/render.gypi b/bin/render.gypi index b205e7a959..2e1dbd8f73 100644 --- a/bin/render.gypi +++ b/bin/render.gypi @@ -34,12 +34,11 @@ 'ldflags': [ '<@(glfw3_ldflags)', '<@(uv_ldflags)', - '<@(boost_ldflags)', - '-lboost_program_options' ], 'libraries': [ '<@(glfw3_static_libs)', '<@(uv_static_libs)', + '<@(boost_program_options_static_libs)' ], }, |