aboutsummaryrefslogtreecommitdiff
path: root/ports/pthreads
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pthreads')
-rw-r--r--ports/pthreads/CONTROL2
-rw-r--r--ports/pthreads/portfile.cmake10
2 files changed, 11 insertions, 1 deletions
diff --git a/ports/pthreads/CONTROL b/ports/pthreads/CONTROL
index ee9b7b5fa..ab02fb415 100644
--- a/ports/pthreads/CONTROL
+++ b/ports/pthreads/CONTROL
@@ -1,3 +1,3 @@
Source: pthreads
-Version: 2.9.1-1
+Version: 2.9.1-2
Description: pthreads for windows
diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake
index cabf8a39b..cddb3f411 100644
--- a/ports/pthreads/portfile.cmake
+++ b/ports/pthreads/portfile.cmake
@@ -32,3 +32,13 @@ foreach(HEADER ${HEADERS})
endforeach()
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pthreads RENAME copyright)
+file(INSTALL
+ ${CURRENT_PACKAGES_DIR}/lib/pthreadsVC2.lib
+ DESTINATION ${CURRENT_PACKAGES_DIR}/lib/manual-link
+ RENAME pthreads.lib
+)
+file(INSTALL
+ ${CURRENT_PACKAGES_DIR}/debug/lib/pthreadsVC2d.lib
+ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/manual-link
+ RENAME pthreads.lib
+)