| Index: src/shared/platform/platform.gyp
|
| diff --git a/src/shared/platform/platform.gyp b/src/shared/platform/platform.gyp
|
| index e8d21df075a54d9c1537e44a8bee9b58bea216bb..25c746c1d741f68eb07f5457e54b33c049121334 100644
|
| --- a/src/shared/platform/platform.gyp
|
| +++ b/src/shared/platform/platform.gyp
|
| @@ -134,6 +134,8 @@
|
| {
|
| 'target_name': 'platform',
|
| 'type': 'static_library',
|
| + # tls_edit relies on this which is always built for the host platform.
|
| + 'toolsets': ['host', 'target'],
|
| 'variables': {
|
| 'target_base': 'platform_lib',
|
| },
|
|
|