Skip to content

Commit 569f5b8

Browse files
committed
Fixed lint errors on shared.gypi
1 parent 6fe4a28 commit 569f5b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

shared.gypi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'with_gif%': 'false',
1010
'with_rsvg%': 'false',
1111
'variables': { # Nest jpeg_root to evaluate it before with_jpeg
12-
'jpeg_root%': '<!(node ./util/win_jpeg_lookup)'
12+
'jpeg_root%': '<!(node ./util/win_jpeg_lookup)'
1313
},
1414
'jpeg_root%': '<(jpeg_root)', # Take value of nested variable
1515
'conditions': [
@@ -210,7 +210,10 @@
210210
['OS=="win"', {
211211
'libraries': ['-l<(GTK_Root)/lib/librsvg-2-2.lib']
212212
}, {
213-
'include_dirs': ['<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'],
213+
'include_dirs':
214+
[
215+
'<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'
216+
],
214217
'libraries': ['<!@(pkg-config librsvg-2.0 --libs)']
215218
}]
216219
]

0 commit comments

Comments
 (0)