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 FBX SDK lib path for linux build #115

Closed mgsx-dev closed 4 years ago

mgsx-dev commented 5 years ago

i followed exactly travis build (and prebuild) steps for linux locally and found a path mistake when running compiled binary.

it doesn't have impact on travis build since so files are only necessary at runtime but in case people (like me) want to build and run locally, it helps.