mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
Fix build issue on macOS
This commit is contained in:
parent
b1a30ae4ff
commit
b7d9290de9
@ -88,7 +88,7 @@ std::shared_ptr<EthernetTap> EthernetTap::newInstance(
|
||||
return std::shared_ptr<EthernetTap>(new MacEthernetTap(homePath,mac,mtu,metric,nwid,friendlyName,handler,arg));
|
||||
}
|
||||
}
|
||||
}/
|
||||
}
|
||||
#endif // __APPLE__
|
||||
|
||||
#ifdef __LINUX__
|
||||
|
Loading…
Reference in New Issue
Block a user