mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
[build]: check std::system for -[alert|block|wallet]notify
Platforms such as iOs do not support launching a process through system().
This commit is contained in:
@@ -90,7 +90,9 @@ fs::path GetConfigFile(const std::string& confPath);
|
||||
#ifdef WIN32
|
||||
fs::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
|
||||
#endif
|
||||
#if defined(HAVE_SYSTEM)
|
||||
void runCommand(const std::string& strCommand);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Most paths passed as configuration arguments are treated as relative to
|
||||
|
||||
Reference in New Issue
Block a user