aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-10-17 17:31:24 -0500
committerGitHub <noreply@github.com>2017-10-17 17:31:24 -0500
commit50402e91cb46a619b06a2c63d23c693a7b4f563c (patch)
tree6bb779ae63ba42112dc3c70c66cf9cef0e3c1ce6
parent4259fc14849d5671c56d0ecb030d69feee1cee70 (diff)
downloadvcpkg-50402e91cb46a619b06a2c63d23c693a7b4f563c.tar.gz
vcpkg-50402e91cb46a619b06a2c63d23c693a7b4f563c.zip
FIX: use alias folder
-rw-r--r--ports/pthreads/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake
index cda6efb32..cddb3f411 100644
--- a/ports/pthreads/portfile.cmake
+++ b/ports/pthreads/portfile.cmake
@@ -34,11 +34,11 @@ 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
+ 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
+ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/manual-link
RENAME pthreads.lib
)