Fixed Linux build.
This commit is contained in:
parent
d94f6e9c3a
commit
26819f01e1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue