From c33c0459642e28ae5ff5a5a857360440e3c89375 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 8 Dec 2015 16:40:49 +0800 Subject: [PATCH] There is no libdesktop_capture_differ_sse2 no arm --- brightray/brightray.gyp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brightray/brightray.gyp b/brightray/brightray.gyp index eedf8f2e091..b0697cba241 100644 --- a/brightray/brightray.gyp +++ b/brightray/brightray.gyp @@ -113,6 +113,13 @@ ], }, }], + ['target_arch=="arm"', { + 'link_settings': { + 'libraries!': [ + '<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a', + ], + }, + }], ], }], # OS=="linux" ['OS=="mac"', {