Skip to content

Commit 00a2aa0

Browse files
committed
deps: fix gyp build configuration for Windows
PR-URL: #10992 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent b30ec59 commit 00a2aa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/v8/gypfiles/toolchain.gypi

-2
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,6 @@
989989
# present in VS 2003 and earlier.
990990
'msvs_disabled_warnings': [4351],
991991
'msvs_configuration_attributes': {
992-
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
993-
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
994992
'CharacterSet': '1',
995993
},
996994
}],

0 commit comments

Comments
 (0)