Dear Lumin,
On Wed, Jul 04, 2018 at 02:26:36AM +, Lumin wrote:
> I'm not sure whether there is a better way to workaround this,
> but the following solution works fine
>
>
> -libraries = ['freecontact', 'boost_python'])]
> +libraries = ['freecontact',
> 'boost_python
Hi Andreas,
> Is there any way to have different library sections in setup.py
> to accomplish version specific libraries linked?
-libraries = ['freecontact', 'boost_python'])]
+libraries = ['freecontact', 'boost_python-py36'])]
This hack fixes the python 3.6 .so linkage
2 matches
Mail list logo