diff options
| author | Marek Roszko <mark.roszko@gmail.com> | 2020-08-14 12:52:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 09:52:50 -0700 |
| commit | 2cdf1cad7aa9944a4c8edb90cb3656560c7b56d1 (patch) | |
| tree | e172230d02f4a38492b76127723ff133dd9cb438 | |
| parent | fc4708a5e6cc143320ccb71bc4a4d0b632e64dde (diff) | |
| download | vcpkg-2cdf1cad7aa9944a4c8edb90cb3656560c7b56d1.tar.gz vcpkg-2cdf1cad7aa9944a4c8edb90cb3656560c7b56d1.zip | |
[wxwidgets] copy pdbs (#12885)
| -rw-r--r-- | ports/wxwidgets/CONTROL | 3 | ||||
| -rw-r--r-- | ports/wxwidgets/portfile.cmake | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ports/wxwidgets/CONTROL b/ports/wxwidgets/CONTROL index 78c7373ca..357ab8f8b 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,5 +1,6 @@ Source: wxwidgets Version: 3.1.4 +Port-Version: 1 Homepage: https://github.com/wxWidgets/wxWidgets Description: wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. -Build-Depends: zlib, libpng, tiff, expat +Build-Depends: zlib, libpng, tiff, expat
\ No newline at end of file diff --git a/ports/wxwidgets/portfile.cmake b/ports/wxwidgets/portfile.cmake index 55186b15e..c862fec38 100644 --- a/ports/wxwidgets/portfile.cmake +++ b/ports/wxwidgets/portfile.cmake @@ -59,6 +59,9 @@ if(DLLS) endforeach() endif() +# do the copy pdbs now after the dlls got moved to the expected /bin folder above +vcpkg_copy_pdbs() + if(EXISTS ${CURRENT_PACKAGES_DIR}/lib/mswu/wx/setup.h) file(RENAME ${CURRENT_PACKAGES_DIR}/lib/mswu/wx/setup.h ${CURRENT_PACKAGES_DIR}/include/wx/setup.h) endif() |
