Look in PlugIns, not Plugins on Mac (consistent with Qt)

This commit is contained in:
Daniel Molkentin 2013-10-04 12:41:48 +02:00
parent 9b31ef0ca8
commit 770539f0a5

View File

@ -130,7 +130,7 @@ int csync_vio_init(CSYNC *ctx, const char *module, const char *args) {
path2 = c_dirname(path_tmp);
if (asprintf(&path, "%s/../Plugins/ocsync_%s.%s", path2, module, MODULE_EXTENSION) < 0) {
if (asprintf(&path, "%s/../PlugIns/ocsync_%s.%s", path2, module, MODULE_EXTENSION) < 0) {
return -1;
}
}