Page MenuHome

deps:Fix unwanted exports from libxml
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Jan 21 2020, 10:53 PM.

Details

Summary

libxml puts dllexport on all its functions causing the
blender binary to export these symbols.

this diff fixes this unwanted behaviour.

D6645 and D6563 fixed similar issues.

didn't include all of the platform devs since a rebuild for other platforms
is not required.

Diff Detail

Repository
rB Blender
Branch
tmp_libxml (branched from master)
Build Status
Buildable 6351
Build 6351: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 22 2020, 9:51 AM

Think it's fine.

Can't currently test in a real environment since doing a lot of re-compilations for own patch already. So fingers crossed! :)