We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shared.gypi
1 parent 6fe4a28 commit 569f5b8Copy full SHA for 569f5b8
shared.gypi
@@ -9,7 +9,7 @@
9
'with_gif%': 'false',
10
'with_rsvg%': 'false',
11
'variables': { # Nest jpeg_root to evaluate it before with_jpeg
12
- 'jpeg_root%': '<!(node ./util/win_jpeg_lookup)'
+ 'jpeg_root%': '<!(node ./util/win_jpeg_lookup)'
13
},
14
'jpeg_root%': '<(jpeg_root)', # Take value of nested variable
15
'conditions': [
@@ -210,7 +210,10 @@
210
['OS=="win"', {
211
'libraries': ['-l<(GTK_Root)/lib/librsvg-2-2.lib']
212
}, {
213
- 'include_dirs': ['<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'],
+ 'include_dirs':
214
+ [
215
+ '<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'
216
+ ],
217
'libraries': ['<!@(pkg-config librsvg-2.0 --libs)']
218
}]
219
]
0 commit comments