Skip to content

Commit

Permalink
Merge pull request microsoft#1990 from xoviat/pthreads
Browse files Browse the repository at this point in the history
FIX: pthreads: also install "pthreads.lib"
  • Loading branch information
ras0219-msft authored Oct 18, 2017
2 parents 5c5e130 + 50402e9 commit bf67ca9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ports/pthreads/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit bf67ca9

Please sign in to comment.