aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/boost-build/boost-modular-build.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/boost-build/boost-modular-build.cmake b/ports/boost-build/boost-modular-build.cmake
index a67dde31c..57505dbea 100644
--- a/ports/boost-build/boost-modular-build.cmake
+++ b/ports/boost-build/boost-modular-build.cmake
@@ -270,4 +270,6 @@ function(boost_modular_build)
file(RENAME ${DIRECTORY_OF_LIB_FILE}/${OLD_FILENAME} ${DIRECTORY_OF_LIB_FILE}/${NEW_FILENAME})
endif()
endforeach()
+
+ vcpkg_copy_pdbs()
endfunction()