Index: third_party/flatbuffers/flatbuffers.gyp |
diff --git a/third_party/flatbuffers/flatbuffers.gyp b/third_party/flatbuffers/flatbuffers.gyp |
index 7907cfe5126cbfe8f92c95876498f2543681f59d..61f79fb7e8faa786802a73310e52fbb6c3986f4a 100644 |
--- a/third_party/flatbuffers/flatbuffers.gyp |
+++ b/third_party/flatbuffers/flatbuffers.gyp |
@@ -7,7 +7,6 @@ |
{ |
'target_name': 'compiler_files', |
'type': 'static_library', |
- 'toolsets': ['host'], |
'include_dirs': [ |
'src/include', |
], |
@@ -30,8 +29,7 @@ |
}, |
{ |
'target_name': 'flatbuffers', |
- 'type': 'none', |
- 'toolsets': ['host', 'target'], |
+ 'type': 'static_library', |
'include_dirs': [ |
'src/include', |
], |
@@ -48,7 +46,6 @@ |
{ |
'target_name': 'flatc', |
'type': 'executable', |
- 'toolsets': ['host'], |
'dependencies': [ |
'compiler_files', |
'flatbuffers', |
@@ -83,7 +80,6 @@ |
# cd third_party/flatbuffers/ && ../../out/Debug/flatbuffers_unittest |
'target_name': 'flatbuffers_unittest', |
'type': 'executable', |
- 'toolsets': ['host'], |
'dependencies': [ |
'compiler_files', |
'flatbuffers' |