mirror of
https://github.com/monero-project/monero.git
synced 2025-07-29 21:38:43 -04:00
Hopefully fixes build on Windows
This commit is contained in:
parent
9dab105e2e
commit
2b0583b2c6
3 changed files with 15 additions and 3 deletions
|
@ -81,9 +81,9 @@ namespace daemonizer
|
|||
boost::program_options::variables_map const & vm
|
||||
)
|
||||
{
|
||||
if (command_line::arg_present(vm, arg_is_service))
|
||||
if (command_line::has_arg(vm, arg_is_service))
|
||||
{
|
||||
if (command_line::arg_present(vm, command_line::arg_data_dir))
|
||||
if (command_line::has_arg(vm, command_line::arg_data_dir))
|
||||
{
|
||||
return command_line::get_arg(vm, command_line::arg_data_dir);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue