Skip to content

Normalize win32 library names #3189

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

tmm1
Copy link
Contributor

@tmm1 tmm1 commented Jul 22, 2025

Checklist
  • npm install && npm run lint && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

I ran into this cross-compiling on a case-sensitive file-system. The official sdk includes this file:

VC/Tools/MSVC/14.44.35207/lib/x64/delayimp.lib

which does not have any casing. For simplicity, its easiest to list libraries with lower case names.

Copy link
Contributor

@StefanStojanovic StefanStojanovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no issues with this as long as all of the checks pass.

@cclauss
Copy link
Contributor

cclauss commented Jul 24, 2025

The failing Windows 2019 test is removed in:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants