diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-16 11:24:21 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-16 11:24:21 -0400 |
commit | 187b55448afb34f5573ecc538302bb105992e2f2 (patch) | |
tree | 5fd66a7eaf7902c62164cb65bb730eedf359dd78 /llmr.gyp | |
parent | a807ace3c196327003f408619b1098805c371003 (diff) | |
download | qtlocation-mapboxgl-187b55448afb34f5573ecc538302bb105992e2f2.tar.gz |
add more commas to gyp file
[skip ci]
Diffstat (limited to 'llmr.gyp')
-rw-r--r-- | llmr.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,12 +71,12 @@ './include' ], 'cflags': [ - '<@(png_cflags)' + '<@(png_cflags)', '-I<(boost_root)/include', ], 'direct_dependent_settings': { 'include_dirs':[ - './include' + './include', ], 'cflags': [ '<@(png_cflags)', |