Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yet another casing alias plz #149

Open
memory-thrasher opened this issue Jan 11, 2025 · 0 comments
Open

yet another casing alias plz #149

memory-thrasher opened this issue Jan 11, 2025 · 0 comments

Comments

@memory-thrasher
Copy link

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.

Version:

LLD 20.0.0 (https://github.com/llvm/llvm-project.git a8f3ebaf11c3745e5123054776eb71755d16f2f9)

$ cd .../splat/sdk/lib/um/x64
$ ln -s advapi32.lib Advapi32.lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant