mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
Fixed Linux build.
This commit is contained in:
parent
de975adb8a
commit
b7c17cf1a0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void xmrig::Watcher::reload()
|
|||
m_listener->onFileChanged(m_path);
|
||||
|
||||
# ifndef _WIN32
|
||||
uv_fs_event_stop(&m_fsEvent);
|
||||
uv_fs_event_stop(m_fsEvent);
|
||||
start();
|
||||
# endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue