My pyx depends upon a native library
How can I pyximport.install()
it? The auto-build in pyxinstall doesn't know to link with the native library, so the build fails...
My pyx depends upon a native library
How can I pyximport.install()
it? The auto-build in pyxinstall doesn't know to link with the native library, so the build fails...