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

[protobuf] pc files reference wrong library on windows #38757

Closed
Neumann-A opened this issue May 16, 2024 · 1 comment · Fixed by #38822
Closed

[protobuf] pc files reference wrong library on windows #38757

Neumann-A opened this issue May 16, 2024 · 1 comment · Fixed by #38822
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@Neumann-A
Copy link
Contributor

Libs: "-L${libdir}" -lprotobuf

However on windows protobuf has a lib prefix. So the correct way to reference is -llibprotobuf

@Neumann-A
Copy link
Contributor Author

see #28710 (comment)

@FrankXie05 FrankXie05 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants