Get oidc lib compiled into main binary on Windows

This commit is contained in:
Grant Limberg 2021-12-08 12:14:15 -08:00
parent dc12bde068
commit 2d4fe9e6d0
5 changed files with 29 additions and 20 deletions

View file

@ -3334,7 +3334,7 @@ public:
return false;
}
#ifdef _WIN32
if (n->second.tap->friendlyName() == ifname)
if (n->second.tap()->friendlyName() == ifname)
return false;
#endif
}