summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-16 11:24:21 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-16 11:24:21 -0400
commit187b55448afb34f5573ecc538302bb105992e2f2 (patch)
tree5fd66a7eaf7902c62164cb65bb730eedf359dd78 /llmr.gyp
parenta807ace3c196327003f408619b1098805c371003 (diff)
downloadqtlocation-mapboxgl-187b55448afb34f5573ecc538302bb105992e2f2.tar.gz
add more commas to gyp file
[skip ci]
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llmr.gyp b/llmr.gyp
index d4112f7d76..aae6630e12 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -71,12 +71,12 @@
'./include'
],
'cflags': [
- '<@(png_cflags)'
+ '<@(png_cflags)',
'-I<(boost_root)/include',
],
'direct_dependent_settings': {
'include_dirs':[
- './include'
+ './include',
],
'cflags': [
'<@(png_cflags)',