mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
Fixed Linux build.
This commit is contained in:
@@ -370,7 +370,7 @@ bool xmrig::CudaLib::open()
|
|||||||
|
|
||||||
# ifdef XMRIG_OS_LINUX
|
# ifdef XMRIG_OS_LINUX
|
||||||
if (m_loader == defaultLoader) {
|
if (m_loader == defaultLoader) {
|
||||||
m_loader = Process::location(Process::ExeLocation, m_loader);
|
m_loader = Process::locate(Process::ExeLocation, m_loader);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user