diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-10-16 20:49:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-16 20:49:13 -0500 |
| commit | 4259fc14849d5671c56d0ecb030d69feee1cee70 (patch) | |
| tree | 584583fbe356ba6a0ff3c1d945251ac0f2ce9355 | |
| parent | bc959ccd8b8277acdbad869a753f074f8f8a0a4d (diff) | |
| download | vcpkg-4259fc14849d5671c56d0ecb030d69feee1cee70.tar.gz vcpkg-4259fc14849d5671c56d0ecb030d69feee1cee70.zip | |
FIX: also install the debug library
| -rw-r--r-- | ports/pthreads/portfile.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake index d07e23ef4..cda6efb32 100644 --- a/ports/pthreads/portfile.cmake +++ b/ports/pthreads/portfile.cmake @@ -37,3 +37,8 @@ file(INSTALL DESTINATION ${CURRENT_PACKAGES_DIR}/lib RENAME pthreads.lib ) +file(INSTALL + ${CURRENT_PACKAGES_DIR}/debug/lib/pthreadsVC2d.lib + DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib + RENAME pthreads.lib +) |
