Fix CUDA plugin name for Linux.

This commit is contained in:
XMRig 2019-10-28 14:54:24 +07:00
parent 58174e5e91
commit 80fd0f9fab

View file

@ -306,6 +306,6 @@ const char *xmrig::CudaLib::defaultLoader()
# elif defined(_WIN32)
return "xmrig-cuda.dll";
# else
return "xmrig-cuda.so";
return "libxmrig-cuda.so";
# endif
}