Skip to content

Commit d1e348f

Browse files
abby-sergzxxxz
authored andcommitted
Noissue - fix gyp warning concerning libv8_show_warnings by adding a default value
1 parent 06a5f2b commit d1e348f

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)