Fix CUDA plugin name for Linux.
This commit is contained in:
parent
58174e5e91
commit
80fd0f9fab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue