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

Commit

Permalink
Unbreak the snapshotted build on Windows
Browse files Browse the repository at this point in the history
The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi file to do so.
Unfortunately v8's common.gypi is only used for some targets. All
the other targets would still look in the old place to find their
their dependencies, which effectively broke the build.

In the long run it would be good for node to send all build
output to ./build too, on all platforms.
  • Loading branch information
piscisaureus committed Jun 13, 2012
1 parent fac6c69 commit 2701a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/v8/build/common.gypi
Expand Up @@ -239,7 +239,6 @@
'WIN32',
],
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
Expand Down

0 comments on commit 2701a6b

Please sign in to comment.