Fix gyp error on CI.
This commit is contained in:
parent
c271d89677
commit
71fd147c47
1 changed files with 9 additions and 0 deletions
|
@ -207,5 +207,14 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}], # OS=="win"
|
}], # OS=="win"
|
||||||
|
# The breakdpad on Mac assumes Release_Base configuration.
|
||||||
|
['OS=="mac"', {
|
||||||
|
'target_defaults': {
|
||||||
|
'configurations': {
|
||||||
|
'Release_Base': {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}], # OS=="mac"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue