v8: fix gyp build on windows

This commit is contained in:
Ben Noordhuis 2011-10-11 17:21:27 +02:00
parent c215262db4
commit 6cb1d26924

View File

@ -169,6 +169,9 @@
'COMPRESS_STARTUP_DATA_BZ2',
],
}],
['OS=="win"', {
'defines': [ 'WIN32' ],
}],
['OS=="win" and v8_enable_prof==1', {
'msvs_settings': {
'VCLinkerTool': {