Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 7cda0404e73f9a1703df95aaa25caad43b5cb1b3..168a6501d0d0f10e5ac18fbdf01cd9ee764d0a62 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -1012,7 +1012,8 @@ |
{ |
'target_name': 'sanitizer_options', |
'type': 'static_library', |
- 'variables': { |
+ 'toolsets': ['host', 'target'], |
+ 'variables': { |
# Every target is going to depend on sanitizer_options, so allow |
# this one to depend on itself. |
'prune_self_dependency': 1, |