Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
v8: fix gyp build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 11, 2011
1 parent c215262 commit 6cb1d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/v8/build/common.gypi
Expand Up @@ -169,6 +169,9 @@
'COMPRESS_STARTUP_DATA_BZ2',
],
}],
['OS=="win"', {
'defines': [ 'WIN32' ],
}],
['OS=="win" and v8_enable_prof==1', {
'msvs_settings': {
'VCLinkerTool': {
Expand Down

0 comments on commit 6cb1d26

Please sign in to comment.