summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-05-12 15:10:03 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-05-12 15:10:03 +0200
commitbb33493710629b1f78ac7ac23a89b656fb6a8a8c (patch)
tree2e1177b0f56c73d74f312cdef2eefd475ac5b6cc /bin
parente12c70337e9ea02529a857e3bc661289774d3772 (diff)
downloadqtlocation-mapboxgl-bb33493710629b1f78ac7ac23a89b656fb6a8a8c.tar.gz
use boost_program_options from mason
Diffstat (limited to 'bin')
-rw-r--r--bin/render.gypi3
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)'
],
},