Build fixes for *nix

This commit is contained in:
Adam Ierymenko 2013-08-26 17:51:36 -04:00
parent 4a370c5f3f
commit 335733f110
3 changed files with 3 additions and 19 deletions

View file

@ -80,7 +80,7 @@ static inline std::string _mkDefaultHomePath()
{
#ifdef __UNIX_LIKE__
#ifdef __APPLE__
return std::string("/Library/Application\ Support/ZeroTier/One");
return std::string("/Library/Application Support/ZeroTier/One");
#else
return std::string("/var/lib/zerotier-one");
#endif