| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 2cd0b51d43601f138c3e1abc6750927382483a2e..788b96e01b7e06ef54547daeac4d79770c68c7d1 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -358,6 +358,19 @@
|
| 'Release': {
|
| 'cflags+': ['<@(release_extra_cflags)'],
|
| },
|
| + 'conditions': [
|
| + ['OS=="win"', {
|
| + 'Optdebug_x64': {
|
| + 'inherit_from': ['Optdebug'],
|
| + },
|
| + 'Debug_x64': {
|
| + 'inherit_from': ['Debug'],
|
| + },
|
| + 'Release_x64': {
|
| + 'inherit_from': ['Release'],
|
| + },
|
| + }],
|
| + ],
|
| },
|
| 'conditions':[
|
| ['(clang==1 or host_clang==1) and OS!="win"', {
|
|
|