Loading .so instead of .dll when using Python wrapper on Linux
Hi! I was able to build the C wrapper on Linux, creating an .so
file. But when I am running python example, it still tries to find a .dll
file, so I have to manually fix the code of the wrapper to load the .so
instead.