We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Library is missing from snappy.pc:
snappy.pc
... Version: 1.1.9 Libs: -L${libdir} -l Cflags: -I${includedir}
Expected behavior
Libs: -L${libdir} -lsnappy
Additional context
snappy.pc.in is using @libname@ whereas I assume it should be using @name@, since that's what's set in the portfile.
snappy.pc.in
@libname@
@name@
Trivial fix but I can PR it if you want: https://github.com/lukester1975/vcpkg/tree/fix-snappy-pc
The text was updated successfully, but these errors were encountered:
FrankXie05
Successfully merging a pull request may close this issue.
Describe the bug
Library is missing from
snappy.pc
:Expected behavior
Libs: -L${libdir} -lsnappy
Additional context
snappy.pc.in
is using@libname@
whereas I assume it should be using@name@
, since that's what's set in the portfile.Trivial fix but I can PR it if you want: https://github.com/lukester1975/vcpkg/tree/fix-snappy-pc
The text was updated successfully, but these errors were encountered: