added enable crypto argument to synergys/c #4313

This commit is contained in:
XinyuHou
2015-02-12 15:50:08 +00:00
parent bbcca144f5
commit c4c0fc8a08
24 changed files with 106 additions and 66 deletions

View File

@@ -173,12 +173,7 @@ ArchPluginUnix::invoke(
String
ArchPluginUnix::getPluginsDir()
{
#if WINAPI_XWINDOWS
return "/usr/lib/synergy/plugin";
#else
// TODO: pluging should be in bundle in the final release
return "/Users/xinyu/Projects/synergy/bin/plugins";
#endif
return ARCH->getPluginDirectory();
}
void