irajsb / UE4_Assimp

Assimp mesh importer for Unreal Engine
MIT License
136 stars 29 forks source link

Condition for Linux build missing in UE_AssimpLibrary.Build.cs #24

Closed Xeroderma closed 1 year ago

Xeroderma commented 1 year ago

When following the build instructions in linux with UE 5.0.3, i get linker errors.

Managed to fix them by copy/pasting the Mac part and rename it to linux (also changed the ending to .so).

After that everything seems to work just fine :-)

irajsb commented 1 year ago

Thanks for the info, You can make a pull request if you like to