mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 17:37:12 -05:00
Changed ifdef Q_OS_WIN to WINDOWS_SYS
This commit is contained in:
parent
59d11b71ce
commit
8d020e7395
@ -623,7 +623,7 @@ std::string TorManagerPrivate::torExecutablePath() const
|
|||||||
return path;
|
return path;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef WINDOWS_SYS
|
||||||
std::string filename("/tor/tor.exe");
|
std::string filename("/tor/tor.exe");
|
||||||
#else
|
#else
|
||||||
std::string filename("/tor");
|
std::string filename("/tor");
|
||||||
|
Loading…
Reference in New Issue
Block a user