Skip to content

Commit 5659703

Browse files
committed
Merge branch 'fix-gyp-warning' into 'master'
Noissue - fix gyp warning concerning libv8_show_warnings by adding a default value See merge request eyeo/adblockplus/libadblockplus!17
2 parents 06a5f2b + d1e348f commit 5659703

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v8.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
'variables': {
33
'v8_dir%': 'build/v8/',
4+
'libv8_show_warnings%': 0,
45
'libv8_include_dir%': '>(v8_dir)/include',
56
'libv8_lib_dir%': '>(v8_dir)/<(OS)-<(target_arch).<(CONFIGURATION_NAME)',
67
'conditions': [[

0 commit comments

Comments
 (0)