Chromium Code Reviews| Index: gyp/yasm.gyp |
| diff --git a/gyp/yasm.gyp b/gyp/yasm.gyp |
| index 44792f0226470b6bb482e92e64c054aac0969a61..3f5758100a1d32f7808cb9758d8d7f2ac9f3871e 100644 |
| --- a/gyp/yasm.gyp |
| +++ b/gyp/yasm.gyp |
| @@ -65,6 +65,7 @@ |
| 'ldflags!': [ '-stdlib=libc++', '-fsanitize=address' ], |
| # https://crbug.com/489901 |
| 'cflags!': [ '-fsanitize=bounds', '-fsanitize=address' ], |
| + 'libraries!': [ '-llog', ], |
| }, |
| 'targets': [ |
| { |