Skip to content

Commit 4ccd87b

Browse files
fixup: replace forward slashes
Refs: #13959 (comment)
1 parent 08a4ff7 commit 4ccd87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/v8.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@
17971797
# .cpp files in the same shard.
17981798
'msvs_settings': {
17991799
'VCCLCompilerTool': {
1800-
'ObjectFile':'$(IntDir)/%(Extension)/',
1800+
'ObjectFile':'$(IntDir)%(Extension)\\',
18011801
},
18021802
},
18031803
}],

0 commit comments

Comments
 (0)