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)
|
# elif defined(_WIN32)
|
||||||
return "xmrig-cuda.dll";
|
return "xmrig-cuda.dll";
|
||||||
# else
|
# else
|
||||||
return "xmrig-cuda.so";
|
return "libxmrig-cuda.so";
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue