mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 18:16:24 +08:00
[wxwidgets] Fix absolute paths (#24261)
* Fix absolute path fixup * Update versions
This commit is contained in:
parent
8288d7ee5d
commit
9234b34351
@ -145,11 +145,11 @@ if(NOT EXISTS "${CURRENT_PACKAGES_DIR}/include/wx/setup.h")
|
||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/setup.h.in" "${CURRENT_PACKAGES_DIR}/include/wx/setup.h" @ONLY)
|
||||
endif()
|
||||
|
||||
file(GLOB configs LIST_DIRECTORIES false "${CURRENT_PACKAGES_DIR}/lib/wx/config/*" "${CURRENT_PACKAGES_DIR}/tools/wx-config")
|
||||
file(GLOB configs LIST_DIRECTORIES false "${CURRENT_PACKAGES_DIR}/lib/wx/config/*" "${CURRENT_PACKAGES_DIR}/tools/${PORT}/wx-config")
|
||||
foreach(config IN LISTS configs)
|
||||
vcpkg_replace_string("${config}" "${CURRENT_INSTALLED_DIR}" [[${prefix}]])
|
||||
endforeach()
|
||||
file(GLOB configs LIST_DIRECTORIES false "${CURRENT_PACKAGES_DIR}/debug/lib/wx/config/*")
|
||||
file(GLOB configs LIST_DIRECTORIES false "${CURRENT_PACKAGES_DIR}/debug/lib/wx/config/*" "${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/wx-config")
|
||||
foreach(config IN LISTS configs)
|
||||
vcpkg_replace_string("${config}" "${CURRENT_INSTALLED_DIR}/debug" [[${prefix}]])
|
||||
endforeach()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wxwidgets",
|
||||
"version-semver": "3.1.5",
|
||||
"port-version": 9,
|
||||
"port-version": 10,
|
||||
"description": [
|
||||
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
|
||||
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",
|
||||
|
@ -7514,7 +7514,7 @@
|
||||
},
|
||||
"wxwidgets": {
|
||||
"baseline": "3.1.5",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"x-plane": {
|
||||
"baseline": "3.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "99203047a716a1b39d06fb93c48daebb4b184141",
|
||||
"version-semver": "3.1.5",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "26ad66271632adb4d00a270a90ad18514025859e",
|
||||
"version-semver": "3.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user