Does your "cfg.lib_path" end with “.so” ?
Replacing it with “*.tar” can work.
You can use lib.export_library("*.tar") or lib.save("*.o")
Does your "cfg.lib_path" end with “.so” ?
Replacing it with “*.tar” can work.
You can use lib.export_library("*.tar") or lib.save("*.o")