diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-10-16 19:33:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-16 19:33:14 -0500 |
| commit | ea30f9a378a6b9fd04bb03aa298ef80d6bff9b65 (patch) | |
| tree | e33ba033d6e901e0e2ea3145a37f60be12b89641 | |
| parent | dd56066e291545e6885cecb06ef29d6474824fc3 (diff) | |
| download | vcpkg-ea30f9a378a6b9fd04bb03aa298ef80d6bff9b65.tar.gz vcpkg-ea30f9a378a6b9fd04bb03aa298ef80d6bff9b65.zip | |
FIX: typo
| -rw-r--r-- | ports/pthreads/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake index 5d7daa792..0ed6f672a 100644 --- a/ports/pthreads/portfile.cmake +++ b/ports/pthreads/portfile.cmake @@ -32,7 +32,7 @@ foreach(HEADER ${HEADERS}) endforeach() file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pthreads RENAME copyright) -file(RENAME +file(COPY ${CURRENT_PACKAGES_DIR}/lib/pthreadsVC2.lib DESTINATION ${CURRENT_PACKAGES_DIR}/lib RENAME pthreads.lib |
