MINGW-packages/mingw-w64-boost/0004-fix-installing-dll.patch
LIU Hao 1bc2d8116f
boost: Upgrade to 1.89.0 (#25219)
Signed-off-by: LIU Hao <lh_mouse@126.com>
2025-08-19 20:32:15 +01:00

11 lines
390 B
Diff

diff -u -r boost-1.89.0.orig/libs/dll/CMakeLists.txt boost-1.89.0/libs/dll/CMakeLists.txt
--- boost-1.89.0.orig/libs/dll/CMakeLists.txt 2025-08-14 09:26:10.000000000 +0800
+++ boost-1.89.0/libs/dll/CMakeLists.txt 2025-08-19 21:19:38.910074400 +0800
@@ -57,3 +57,6 @@
endif()
+install(DIRECTORY include/boost
+ DESTINATION include
+ FILES_MATCHING PATTERN "*.hpp")