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.
This commit is contained in:
Bert Belder 2012-06-02 16:01:18 +02:00
Родитель e0f5d8e86d
Коммит 3b6a00b664
1 изменённых файлов: 0 добавлений и 1 удалений

1
deps/v8/build/common.gypi поставляемый
Просмотреть файл

@ -239,7 +239,6 @@
'WIN32',
],
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},