Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
| index e168bfb0463759b0b2ff38c6b4d234d475cfa042..cd563dca50eb2c8612568ee4425973962be1b29d 100644 |
| --- a/runtime/bin/bin.gypi |
| +++ b/runtime/bin/bin.gypi |
| @@ -1,3 +1,4 @@ |
| + |
|
Mads Ager (google)
2012/07/31 10:16:01
Please undo this change.
Bill Hesse
2012/08/08 17:00:05
Done.
|
| # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| @@ -294,6 +295,7 @@ |
| 'link_settings': { |
| 'libraries': [ |
| '-ldl', |
| + '-lssl', |
| ], |
| }, |
| }], |