Skip to content

Commit

Permalink
[snappy] fix correct lib name in snappy.pc file (microsoft#28712)
Browse files Browse the repository at this point in the history
* [snappy] fix correct lib name in snappy.pc file

* update version
  • Loading branch information
FrankXie05 authored Jan 5, 2023
1 parent 989e976 commit 13224dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/snappy/snappy.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ includedir=${prefix}/include
Name: @name@
Description: @description@
Version: @version@
Libs: -L${libdir} -l@libname@
Libs: -L${libdir} -l@name@
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion ports/snappy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snappy",
"version": "1.1.9",
"port-version": 3,
"port-version": 4,
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7094,7 +7094,7 @@
},
"snappy": {
"baseline": "1.1.9",
"port-version": 3
"port-version": 4
},
"sndfile": {
"baseline": "0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/snappy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7e0221e0b55bab4a662ff8ba9e3fa1f792f01724",
"version": "1.1.9",
"port-version": 4
},
{
"git-tree": "00bd59377f162448da6b19382a7ca392b1761f22",
"version": "1.1.9",
Expand Down

0 comments on commit 13224dc

Please sign in to comment.