electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

Do not use system freetype for arm64 #473

Closed zcbenz closed 6 years ago

zcbenz commented 6 years ago

Might be responsible for https://github.com/electron/electron/issues/12057, even if it does not fix the crash, it is still a good thing to align the config of arm64 with other architectures.

zcbenz commented 6 years ago

It is working!