Chromium Code Reviews| Index: src/trusted/service_runtime/service_runtime.gyp |
| diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp |
| index 91e3dc1ebbef832e5c341bfe69f8fa16b89f1439..785510f189dd06b175fe25d05100cad1e777ed86 100644 |
| --- a/src/trusted/service_runtime/service_runtime.gyp |
| +++ b/src/trusted/service_runtime/service_runtime.gyp |
| @@ -254,6 +254,15 @@ |
| 'sources': [ |
| 'sel_main.c', |
| ], |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-ldl', |
| + ], |
| + }, |
| + }], |
| + ], |
| }, |
| # no tests are built here; see service_runtime_test.gyp |
| ], |