| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2bf4dddfa3222f35e801bba5b51eb96974b7d4ac..ab0434a58a61ee5f176e80f345fd47fda5b5f90d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2607,7 +2607,7 @@
|
| ],
|
| },
|
| }],
|
| - ['clang==1 and OS!="win"', {
|
| + ['(clang==1 or host_clang==1) and OS!="win"', {
|
| # This is here so that all files get recompiled after a clang roll and
|
| # when turning clang on or off.
|
| # (defines are passed via the command line, and build systems rebuild
|
|
|