Fixed Linux build.

This commit is contained in:
XMRig 2021-09-02 20:22:27 +07:00
parent d94f6e9c3a
commit 26819f01e1
No known key found for this signature in database
GPG Key ID: 446A53638BE94409

View File

@ -370,7 +370,7 @@ bool xmrig::CudaLib::open()
# ifdef XMRIG_OS_LINUX
if (m_loader == defaultLoader) {
m_loader = Process::location(Process::ExeLocation, m_loader);
m_loader = Process::locate(Process::ExeLocation, m_loader);
}
else {
return false;