Ultimaker / libSavitar

libSavitar is a c++ implementation of 3mf loading with SIP python bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux 64 bits issue

mariolpantunes opened this issue · comments

Hi, in order to compile Cura (and all the libs) I had to patch up the CMakeLists.txt to correctly use Lib_Suffix.
I share my lib64.patch, if you found it acceptable can you add it to the code?
lib64.txt

Could you make a pull request for this?

I've applied this patch with some slight modification, since the internet tells me that the LIB_SUFFIX variable isn't always defined. For me it was defined though. Anyway, it still works on Ubuntu. I hope that it now also works on your system.