mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -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;
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#ifdef WINDOWS_SYS
|
||||
std::string filename("/tor/tor.exe");
|
||||
#else
|
||||
std::string filename("/tor");
|
||||
|
Loading…
Reference in New Issue
Block a user