v8: fix gyp build on windows
This commit is contained in:
parent
c215262db4
commit
6cb1d26924
3
deps/v8/build/common.gypi
vendored
3
deps/v8/build/common.gypi
vendored
@ -169,6 +169,9 @@
|
||||
'COMPRESS_STARTUP_DATA_BZ2',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'defines': [ 'WIN32' ],
|
||||
}],
|
||||
['OS=="win" and v8_enable_prof==1', {
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user