Ultimaker / libArcus

Communication library between internal components for Ultimaker software

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

Thanks for the patch. I've made some slight alterations to it since sources on the internet say that the LIB_SUFFIX variable isn't always defined. It still works on my debian-based system since it was defined to the empty string, but I made a check to ensure it is defined anyway to be safe.