Chromium Code Reviews| Index: third_party/mesa/mesa.gyp |
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp |
| index 3db0d4c71e53ac574a16644bb6eacfe8b586087a..bf2afcd2c8384093c7933a33d9f20728b52d301d 100644 |
| --- a/third_party/mesa/mesa.gyp |
| +++ b/third_party/mesa/mesa.gyp |
| @@ -682,6 +682,15 @@ |
| 'KEYWORD2=GLAPIENTRY', |
| ], |
| }], |
| + ['OS=="linux"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-ldl', |
| + '-lm', |
| + '-lstdc++', |
|
jamesr
2015/01/17 01:21:25
is this intentional?
Nico
2015/01/17 02:01:43
Yes. If there are no .cc files in a target, gyp us
|
| + ], |
| + }, |
| + }], |
| ], |
| 'include_dirs': [ |
| 'src/src/mapi', |