summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-03 16:18:37 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 11:54:01 +0100
commit73f7db9af2f76593856d64349a376412d292cd15 (patch)
treedb311e489246d41e6386f4c8bcc14da17e634c66 /bin
parentf007c420ed4e2eadaedbbdd1c29912c6c8142fa1 (diff)
downloadqtlocation-mapboxgl-73f7db9af2f76593856d64349a376412d292cd15.tar.gz
cleanup makefiles
Diffstat (limited to 'bin')
-rw-r--r--bin/render.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/render.gyp b/bin/render.gyp
index 4529cd12ab..316a7f3ed0 100644
--- a/bin/render.gyp
+++ b/bin/render.gyp
@@ -28,11 +28,11 @@
'variables' : {
'cflags_cc': [
'<@(glfw3_cflags)',
- '-I<(boost_root)/include',
+ '<@(boost_cflags)',
],
'ldflags': [
'<@(glfw3_ldflags)',
- '-L<(boost_root)/lib',
+ '<@(boost_ldflags)',
'-lboost_program_options'
],
'libraries': [