fix release build on arm
This commit is contained in:
parent
850051463b
commit
5f461cd5cd
1 changed files with 10 additions and 3 deletions
|
@ -164,14 +164,21 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
# This lib does not exist on arm.
|
||||||
['target_arch=="arm"', {
|
['target_arch=="arm"', {
|
||||||
|
'link_settings': {
|
||||||
|
'libraries!': [
|
||||||
|
'<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}],
|
||||||
|
# Due to strange linker behavior, component build of arm needs to
|
||||||
|
# be linked with libjpeg.a explicitly.
|
||||||
|
['target_arch=="arm" and libchromiumcontent_component==1', {
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<(libchromiumcontent_dir)/libjpeg.a',
|
'<(libchromiumcontent_dir)/libjpeg.a',
|
||||||
],
|
],
|
||||||
'libraries!': [
|
|
||||||
'<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue