win: Fix error when bootstraping.
This commit is contained in:
parent
458ff5c41f
commit
9981fd51da
2 changed files with 12 additions and 1 deletions
11
common.gypi
11
common.gypi
|
@ -186,5 +186,16 @@
|
|||
],
|
||||
},
|
||||
}], # msvs_express==1
|
||||
# The breakdpad on Windows assumes Debug_x64 and Release_x64 configurations.
|
||||
['OS=="win"', {
|
||||
'target_defaults': {
|
||||
'configurations': {
|
||||
'Debug_x64': {
|
||||
},
|
||||
'Release_x64': {
|
||||
},
|
||||
},
|
||||
},
|
||||
}], # OS=="win"
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue