mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
moved lib files to ext
This commit is contained in:
parent
02d5a31822
commit
c85dd262ed
3 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ NetconEthernetTap::NetconEthernetTap(
|
|||
Utils::snprintf(sockPath,sizeof(sockPath),"/tmp/.ztnc_%.16llx",(unsigned long long)nwid);
|
||||
_dev = sockPath;
|
||||
|
||||
lwipstack = new LWIPStack("netcon/liblwip.so");
|
||||
lwipstack = new LWIPStack("ext/bin/lwip/liblwip.so"); // ext/bin/liblwip.so.debug for debug symbols
|
||||
if(!lwipstack) // TODO double check this check
|
||||
throw std::runtime_error("unable to load lwip lib.");
|
||||
lwipstack->lwip_init();
|
||||
|
|
Loading…
Add table
Reference in a new issue