summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 12:37:06 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 13:08:51 -0700
commit34f9618d31532c7872bef4529eaa138527a320c9 (patch)
tree252e1423262638175727e5fe49e5c2312fea116e /bin
parentfd0f9d1319408c2d33ba8571bcf66dc62f876159 (diff)
downloadqtlocation-mapboxgl-34f9618d31532c7872bef4529eaa138527a320c9.tar.gz
[core] Replace boost::lexical_cast with std::to_string
This removes the only boost dependency from public headers.
Diffstat (limited to 'bin')
-rw-r--r--bin/glfw.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/glfw.gypi b/bin/glfw.gypi
index 548c5c2d4d..395b94009f 100644
--- a/bin/glfw.gypi
+++ b/bin/glfw.gypi
@@ -28,7 +28,6 @@
'cflags_cc': [
'<@(glfw_cflags)',
'<@(variant_cflags)',
- '<@(boost_cflags)',
],
'ldflags': [
'<@(glfw_ldflags)',