mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: macos mistype const
This commit is contained in:
parent
d8c4b3295a
commit
4eaac03205
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub const DEFAULT_XMRIG_PATH: &str = "xmrig/xmrig";
|
|||
#[cfg(target_os = "macos")]
|
||||
pub const DEFAULT_XMRIG_PROXY_PATH: &str = "xmrig-proxy/xmrig-proxy";
|
||||
#[cfg(target_os = "macos")]
|
||||
pub const DEFAULT_XMRIG_NODE_PATH: &str = "node/monerod";
|
||||
pub const DEFAULT_NODE_PATH: &str = "node/monerod";
|
||||
|
||||
// Default to [/usr/bin/] for Linux distro builds.
|
||||
#[cfg(target_os = "linux")]
|
||||
|
|
Loading…
Reference in a new issue