mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Changed ifdef Q_OS_WIN to WINDOWS_SYS
This commit is contained in:
parent
59d11b71ce
commit
8d020e7395
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ std::string TorManagerPrivate::torExecutablePath() const
|
|||
return path;
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#ifdef WINDOWS_SYS
|
||||
std::string filename("/tor/tor.exe");
|
||||
#else
|
||||
std::string filename("/tor");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue