You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lld-link: error: could not open 'Advapi32.lib': No such file or directory
Using new (some would say experimental) llvm's lld, targeting windows from linux. Triggered by c++20 code using std::chrono::clock_cast. Fixed locally by manually making Advapi32.lib alias advapi32.lib.
Using new (some would say experimental) llvm's lld, targeting windows from linux. Triggered by c++20 code using
std::chrono::clock_cast
. Fixed locally by manually makingAdvapi32.lib
aliasadvapi32.lib
.Version:
The text was updated successfully, but these errors were encountered: