mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
Add Plugins Path for Apple
From Jenster
This commit is contained in:
parent
b6e51b2d8c
commit
5061046c96
1 changed files with 3 additions and 0 deletions
|
@ -1258,6 +1258,9 @@ int RsServer::StartupRetroShare()
|
||||||
|
|
||||||
std::vector<std::string> plugins_directories ;
|
std::vector<std::string> plugins_directories ;
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
plugins_directories.push_back(rsAccounts->PathDataDirectory()) ;
|
||||||
|
#endif
|
||||||
#ifndef WINDOWS_SYS
|
#ifndef WINDOWS_SYS
|
||||||
plugins_directories.push_back(std::string(PLUGIN_DIR)) ;
|
plugins_directories.push_back(std::string(PLUGIN_DIR)) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue