mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix build issue on macOS
This commit is contained in:
parent
b1a30ae4ff
commit
b7d9290de9
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
return std::shared_ptr<EthernetTap>(new MacEthernetTap(homePath,mac,mtu,metric,nwid,friendlyName,handler,arg));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}/
|
}
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
|
|
Loading…
Add table
Reference in a new issue