aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-10-17 18:53:18 -0500
committerGitHub <noreply@github.com>2017-10-17 18:53:18 -0500
commitab2dc2cae3dfaf10cde197e2bd5cf711c718033b (patch)
tree2dfce38ddd5ad5ff73a67a97536583524e7feac2
parent62f665010d80fefbbe9655506943f72a73b7a2b9 (diff)
downloadvcpkg-ab2dc2cae3dfaf10cde197e2bd5cf711c718033b.tar.gz
vcpkg-ab2dc2cae3dfaf10cde197e2bd5cf711c718033b.zip
FIX: use the correct paths
-rw-r--r--ports/libsodium/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libsodium/portfile.cmake b/ports/libsodium/portfile.cmake
index 5909ef871..b2329d248 100644
--- a/ports/libsodium/portfile.cmake
+++ b/ports/libsodium/portfile.cmake
@@ -48,11 +48,11 @@ file(INSTALL
)
file(INSTALL
${SOURCE_PATH}/Build/${LIBSODIUM_DEBUG_CONFIGURATION}/${BUILD_ARCH}/libsodium.dll
- DESTINATION ${CURRENT_PACKAGES_DIR}/bin/debug
+ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin
)
file(INSTALL
${SOURCE_PATH}/Build/${LIBSODIUM_DEBUG_CONFIGURATION}/${BUILD_ARCH}/libsodium.lib
- DESTINATION ${CURRENT_PACKAGES_DIR}/lib/debug
+ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib
)
vcpkg_copy_pdbs()