mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
FIX: pthreads: also install "pthreads.lib"
This commit is contained in:
parent
01f47f5823
commit
dd56066e29
@ -32,3 +32,8 @@ foreach(HEADER ${HEADERS})
|
|||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pthreads RENAME copyright)
|
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pthreads RENAME copyright)
|
||||||
|
file(RENAME
|
||||||
|
${CURRENT_PACKAGES_DIR}/lib/pthreadsVC2.lib
|
||||||
|
DESTINATION ${CURRENT_PACKAGES_DIR}/lib
|
||||||
|
RENAME pthreads.lib
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user