Chromium Code Reviews| Index: runtime/vm/vm.gypi |
| diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi |
| index b3df3205f088205a2139db9f08f132fe0eb227b9..1038dfeff9a0c0d106aeeab812bce6e11f13582d 100644 |
| --- a/runtime/vm/vm.gypi |
| +++ b/runtime/vm/vm.gypi |
| @@ -70,6 +70,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="openbsd"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lpthread', |
| + ], |
| + }, |
| + }], |
| ['OS=="win"', { |
| 'sources/' : [ |
| ['exclude', 'gdbjit.cc'], |
| @@ -124,6 +131,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="openbsd"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lpthread', |
| + ], |
| + }, |
| + }], |
| ['OS=="android" and _toolset=="host"', { |
| 'link_settings': { |
| 'libraries': [ |
| @@ -187,6 +201,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="openbsd"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lpthread', |
| + ], |
| + }, |
| + }], |
| ['OS=="android" and _toolset=="host"', { |
| 'link_settings': { |
| 'libraries': [ |