Skip to content

Commit

Permalink
[protobuf] only static library
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 23, 2024
1 parent d7baf22 commit 4ed71f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/protobuf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()
vcpkg_find_acquire_program(PKGCONFIG)

Expand Down
2 changes: 1 addition & 1 deletion versions/p-/protobuf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "b9417f19fe38ea5c5dd8a79bc69ed7efee1adb72",
"git-tree": "90a0210b5b4d01b6c0b9149e4ebde3745588c74f",
"version": "4.25.5",
"port-version": 0
}
Expand Down

0 comments on commit 4ed71f3

Please sign in to comment.