mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -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;
|
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…
Add table
Add a link
Reference in a new issue