| Index: runtime/third_party/jscre/jscre.gypi
|
| diff --git a/runtime/third_party/jscre/jscre.gypi b/runtime/third_party/jscre/jscre.gypi
|
| index 46ecb7e2caa1499338fe0ef556ced16f7e80414b..6a470963abcf568bee3dc5eb5f466521db1ec15a 100644
|
| --- a/runtime/third_party/jscre/jscre.gypi
|
| +++ b/runtime/third_party/jscre/jscre.gypi
|
| @@ -27,6 +27,13 @@
|
| 'pcre_ucp_searchfuncs.cpp',
|
| 'pcre_xclass.cpp',
|
| ],
|
| + 'conditions': [
|
| + ['dart_want_separate_host_toolset==1', {
|
| + 'toolsets': ['host', 'target'],
|
| + }, {
|
| + 'toolsets': ['target'],
|
| + }]
|
| + ],
|
| },
|
| ],
|
| }
|
|
|