[boost-modular-build-helper] fixup MinGW lib names for more GCC versions. (#20985)

This commit is contained in:
Christopher Schwartz 2021-10-27 08:56:57 +02:00 committed by GitHub
parent f0bcb89486
commit f2edf80102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -131,7 +131,7 @@ function(boost_modular_build)
endif()
endforeach()
# Similar for mingw
file(GLOB INSTALLED_LIBS "${CURRENT_PACKAGES_DIR}/debug/lib/*-mgw10-*.a" "${CURRENT_PACKAGES_DIR}/lib/*-mgw10-*.a")
file(GLOB INSTALLED_LIBS "${CURRENT_PACKAGES_DIR}/debug/lib/*-mgw*-*.a" "${CURRENT_PACKAGES_DIR}/lib/*-mgw*-*.a")
foreach(LIB IN LISTS INSTALLED_LIBS)
get_filename_component(OLD_FILENAME "${LIB}" NAME)
get_filename_component(DIRECTORY_OF_LIB_FILE "${LIB}" DIRECTORY)

View File

@ -1,7 +1,7 @@
{
"name": "boost-modular-build-helper",
"version": "1.77.0",
"port-version": 3,
"port-version": 4,
"description": "Internal vcpkg port used to build Boost libraries",
"dependencies": [
"boost-uninstall"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aea8b4dbb8063db29d8ac843ef6aac35478bebaa",
"version": "1.77.0",
"port-version": 4
},
{
"git-tree": "7cc6728723151712d8007e882bc2ad9a4649b2cf",
"version": "1.77.0",

View File

@ -818,7 +818,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.77.0",
"port-version": 3
"port-version": 4
},
"boost-move": {
"baseline": "1.77.0",