mirror of
https://github.com/oxen-io/oxen-core.git
synced 2023-12-14 02:22:56 +01:00
Win compilation fix
This commit is contained in:
parent
2d1f5167bb
commit
1a31a6431b
1 changed files with 2 additions and 0 deletions
|
@ -88,7 +88,9 @@ void init_lmq_options(boost::program_options::options_description& desc)
|
|||
command_line::add_arg(desc, arg_lmq_admin);
|
||||
command_line::add_arg(desc, arg_lmq_user);
|
||||
command_line::add_arg(desc, arg_lmq_local_control);
|
||||
#ifndef _WIN32
|
||||
command_line::add_arg(desc, arg_lmq_umask);
|
||||
#endif
|
||||
}
|
||||
|
||||
lmq_rpc::lmq_rpc(cryptonote::core& core, core_rpc_server& rpc, const boost::program_options::variables_map& vm)
|
||||
|
|
Loading…
Reference in a new issue