mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:28:01 +08:00
[gdal] Delete useless pdbs in lib directory (#25452)
* [gdal] Delete useless pdbs in lib directory * version
This commit is contained in:
parent
17ee0b59f2
commit
f505ef3197
@ -124,7 +124,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
if(NOT VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/lib/gdal204.pdb")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/lib/gdal304_d.pdb" "${CURRENT_PACKAGES_DIR}/lib/gdal304.pdb")
|
||||
endif()
|
||||
|
||||
else()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.4.3",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"license": null,
|
||||
|
@ -2458,7 +2458,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.4.3",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cf1b59dd5a8518c4003a7d23d0db857315af0db9",
|
||||
"version-semver": "3.4.3",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "509d3e54670e6552cce8d811a329d6c28589392e",
|
||||
"version-semver": "3.4.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user