Added libfreetype dependency to ARM64 build

This commit is contained in:
Ales Pergl 2017-11-01 13:24:25 +01:00 committed by Cheng Zhao
parent 19ef7d7a48
commit 8750fde6d3

View file

@ -169,6 +169,14 @@
],
},
}],
# On ARM64 libchromiumcontent always links to system libfreetype
['target_arch=="arm64"', {
'link_settings': {
'libraries': [
'-lfreetype',
],
},
}],
],
}], # OS=="linux"
['OS=="mac"', {