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

Fix name of static library when targeting MinGW. #1579

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented Nov 19, 2024

The change from #1480 broke the name of the static library when targeting MinGW. That lead to a situation where the values in the pkg-config file didn't match the library name. See msys2/MINGW-packages#22584.

Fix the condition to only use the name suffix for the static library when building with MSVC or when targeting MSVC (potentially with another compiler like LLVM Clang).

@baylesj baylesj merged commit 3f86349 into open-source-parsers:master Dec 3, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

3 participants