Added libfreetype
dependency to ARM64 build
This commit is contained in:
parent
19ef7d7a48
commit
8750fde6d3
1 changed files with 8 additions and 0 deletions
|
@ -169,6 +169,14 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
# On ARM64 libchromiumcontent always links to system libfreetype
|
||||||
|
['target_arch=="arm64"', {
|
||||||
|
'link_settings': {
|
||||||
|
'libraries': [
|
||||||
|
'-lfreetype',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
}], # OS=="linux"
|
}], # OS=="linux"
|
||||||
['OS=="mac"', {
|
['OS=="mac"', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue