Skip to content

Commit

Permalink
FIX: use the correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat authored Oct 17, 2017
1 parent 62f6650 commit ab2dc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/libsodium/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ab2dc2c

Please sign in to comment.