From 4259fc14849d5671c56d0ecb030d69feee1cee70 Mon Sep 17 00:00:00 2001 From: xoviat Date: Mon, 16 Oct 2017 20:49:13 -0500 Subject: FIX: also install the debug library --- ports/pthreads/portfile.cmake | 5 +++++ 1 file changed, 5 insertions(+) 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 +) -- cgit v1.2.3