Arisego / UnrealLive2D

UE4 plugin for live2d model
MIT License
134 stars 25 forks source link

add Linux support to build file #10

Closed 0chroma closed 3 years ago

0chroma commented 3 years ago

I added Linux support to the build.cs file

For some reason using the statically linked .a file gave me this error:

relocation R_X86_64_PC32 cannot be used against symbol stdout; recompile with -fPIC

I'm guessing it was tested on Ubuntu where the libraries are compiled differently, but using the .so file instead solved the issue

Tested on Arch Linux

Arisego commented 3 years ago

Thanks for your work, I merged it now.