mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Build fixes for *nix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user