add local flag on apple

This commit is contained in:
Valient Gough 2015-04-01 20:28:32 -07:00
parent 843a4ca5be
commit c4c643948a

View File

@ -413,6 +413,12 @@ static bool processArgs(int argc, char *argv[],
break;
}
}
#if defined(__APPLE__)
// With OSXFuse, the 'local' flag selects a local filesystem mount icon in Finder.
PUSHARG("-o");
PUSHARG("local");
#endif
}
// sanity check