mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
merged with upstream/master
This commit is contained in:
commit
6c8737c84a
38 changed files with 284 additions and 109 deletions
|
@ -1258,6 +1258,9 @@ int RsServer::StartupRetroShare()
|
|||
|
||||
std::vector<std::string> plugins_directories ;
|
||||
|
||||
#ifdef __APPLE__
|
||||
plugins_directories.push_back(rsAccounts->PathDataDirectory()) ;
|
||||
#endif
|
||||
#ifndef WINDOWS_SYS
|
||||
plugins_directories.push_back(std::string(PLUGIN_DIR)) ;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue