Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengna-Li committed Nov 2, 2023
1 parent 20a57af commit 2416091
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ports/libbson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/share/mongo-c-driver"
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()

file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

vcpkg_install_copyright(
Expand Down
2 changes: 1 addition & 1 deletion versions/l-/libbson.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "f02101f37153d68edcdf86dfe667779d09c3553b",
"git-tree": "8efce9b040408e5285963af828ebacd014507554",
"version": "1.25.0",
"port-version": 0
},
Expand Down

0 comments on commit 2416091

Please sign in to comment.