mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-11 20:01:56 +00:00
OSX build fix
This commit is contained in:
@ -70,7 +70,7 @@ namespace ZeroTier { typedef LinuxEthernetTap EthernetTap; }
|
||||
#include "../osdep/WindowsEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef WindowsEthernetTap EthernetTap; }
|
||||
#endif
|
||||
#ifdef __BSD__
|
||||
#if defined(__BSD__) && (!defined(__APPLE__))
|
||||
#include "../osdep/BSDEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user