diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-03 21:45:04 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-03 21:45:04 +0000 |
commit | 39cebe99e2db22d9e725499bf309b5668fcee413 (patch) | |
tree | 549141e819a435661f7edc556f647eba646c52eb /build/windows_toolchain.py | |
parent | b713575ca4d0f8d16639899e929e2048cbcb4221 (diff) | |
download | UXP-39cebe99e2db22d9e725499bf309b5668fcee413.tar UXP-39cebe99e2db22d9e725499bf309b5668fcee413.tar.gz UXP-39cebe99e2db22d9e725499bf309b5668fcee413.tar.lz UXP-39cebe99e2db22d9e725499bf309b5668fcee413.tar.xz UXP-39cebe99e2db22d9e725499bf309b5668fcee413.zip |
Issue #61 - Place Skia in libxul
Skia does some nasty things that break with DLL calls like having virtual dtors
without a body definition (and it's honestly surprising that it even builds to
begin with the way it's done, but apparently they use some linking symbol voodoo
to work around that in dependent classes).
Not wanting to have to pull Google code apart to try and fix that for something
we're only using for canvas anyway, it's better to just let Skia reside in
libxul instead.
Diffstat (limited to 'build/windows_toolchain.py')
0 files changed, 0 insertions, 0 deletions