From 2cdf1cad7aa9944a4c8edb90cb3656560c7b56d1 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Fri, 14 Aug 2020 12:52:50 -0400 Subject: [wxwidgets] copy pdbs (#12885) --- ports/wxwidgets/CONTROL | 3 ++- ports/wxwidgets/portfile.cmake | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3