aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/pthreads/portfile.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake
index d07e23ef4..cda6efb32 100644
--- a/ports/pthreads/portfile.cmake
+++ b/ports/pthreads/portfile.cmake
@@ -37,3 +37,8 @@ file(INSTALL
DESTINATION ${CURRENT_PACKAGES_DIR}/lib
RENAME pthreads.lib
)
+file(INSTALL
+ ${CURRENT_PACKAGES_DIR}/debug/lib/pthreadsVC2d.lib
+ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib
+ RENAME pthreads.lib
+)