Skip to content

Commit

Permalink
[protobuf] fix protobuf regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Jul 15, 2020
1 parent 2f943f6 commit 4994797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ports/protobuf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ foreach(_package IN LISTS packages)
endif()
endforeach()

vcpkg_fixup_pkgconfig()
if(NOT VCPKG_TARGET_IS_WINDOWS)
set(SYSTEM_LIBRARIES SYSTEM_LIBRARIES pthread)
endif()
vcpkg_fixup_pkgconfig(${SYSTEM_LIBRARIES})

0 comments on commit 4994797

Please sign in to comment.