| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 985e863ce6382cf9d3c0808740a88d7d15e0a8b3..4c1a702033254e5a18779ff0256a7bb406a342a5 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -1215,7 +1215,7 @@
|
| ['CC', '<(clang_dir)/bin/clang-cl'],
|
| ],
|
| }],
|
| - ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and clang==0', {
|
| + ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and clang==0 and "<(GENERATOR)"=="ninja"', {
|
| # Set default ARM cross tools on linux. These can be overridden
|
| # using CC,CXX,CC.host and CXX.host environment variables.
|
| 'make_global_settings': [
|
|
|