Chromium Code Reviews| Index: build/linux/system.gyp |
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
| index 7911ae9b4d763fd5f7b5cf71369c586c5fc823fc..ceacf295e1db1c189c5abb4846627ddc9f0b9979 100644 |
| --- a/build/linux/system.gyp |
| +++ b/build/linux/system.gyp |
| @@ -741,7 +741,7 @@ |
| }, |
| 'link_settings': { |
| 'libraries': [ |
| - '<!@(libgcrypt-config --libs)', |
| + '<!@(libgcrypt-config --libs | sed -e \'s/-L[^ ]*//\')', |
|
satorux1
2014/03/20 01:55:11
please add a comment explaining why you need to do
hidehiko
2014/03/20 07:55:09
Done.
|
| ], |
| }, |
| }], |