diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-02-03 16:18:37 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 11:54:01 +0100 |
commit | 73f7db9af2f76593856d64349a376412d292cd15 (patch) | |
tree | db311e489246d41e6386f4c8bcc14da17e634c66 /bin | |
parent | f007c420ed4e2eadaedbbdd1c29912c6c8142fa1 (diff) | |
download | qtlocation-mapboxgl-73f7db9af2f76593856d64349a376412d292cd15.tar.gz |
cleanup makefiles
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gyp | 4 |
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': [ |