mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[boost-modular-build-helper] fixup MinGW lib names for more GCC versions. (#20985)
This commit is contained in:
parent
f0bcb89486
commit
f2edf80102
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aea8b4dbb8063db29d8ac843ef6aac35478bebaa",
|
||||
"version": "1.77.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "7cc6728723151712d8007e882bc2ad9a4649b2cf",
|
||||
"version": "1.77.0",
|
||||
|
@ -818,7 +818,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.77.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.77.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user