fbx-conv
fbx-conv copied to clipboard
Fix linkage to libxml2 on linux
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.