mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +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()
|
||||
|
||||
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