libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
447 stars 116 forks source link

Fix linkage to libxml2 on linux #131

Open godefv opened 3 years ago

godefv commented 3 years ago

I am on Arch linux, and the build fails with undefined references to libxml2 symbols used by libfbxsdk.so. According to this post, a build linking to libfbxsdk.so should first link to libxml2.

This pull request does just that and then it works on my environment.