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=="mac"', {
|
||||
|
|
Loading…
Add table
Reference in a new issue