Linker behaves differently on arm
This commit is contained in:
parent
34cb9cf1fe
commit
ecefe41728
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@
|
||||||
}],
|
}],
|
||||||
['target_arch=="arm"', {
|
['target_arch=="arm"', {
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
|
'libraries': [
|
||||||
|
'<(libchromiumcontent_dir)/libjpeg.a',
|
||||||
|
],
|
||||||
'libraries!': [
|
'libraries!': [
|
||||||
'<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a',
|
'<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue