Build fixes for *nix
This commit is contained in:
parent
4a370c5f3f
commit
335733f110
3 changed files with 3 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue