mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[libsodium/darts-clone] remove conflicting makefile (#6875)
* [libsodium/darts-clone] remove conflicting makefile
This commit is contained in:
parent
e1d5827666
commit
58e0d4029e
@ -1,3 +1,3 @@
|
||||
Source: darts-clone
|
||||
Version: 1767ab87cffe
|
||||
Version: 1767ab87cffe-1
|
||||
Description: A static double-array trie structure
|
||||
|
@ -23,4 +23,6 @@ vcpkg_configure_cmake(
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE ${CURRENT_PACKAGES_DIR}/include/Makefile.am)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/darts-clone RENAME copyright)
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libsodium
|
||||
Version: 1.0.17-2
|
||||
Version: 1.0.17-3
|
||||
Description: A modern and easy-to-use crypto library
|
||||
|
@ -40,6 +40,8 @@ file(REMOVE_RECURSE
|
||||
${CURRENT_PACKAGES_DIR}/debug/include
|
||||
)
|
||||
|
||||
file(REMOVE ${CURRENT_PACKAGES_DIR}/include/Makefile.am)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
vcpkg_replace_string(
|
||||
${CURRENT_PACKAGES_DIR}/include/sodium/export.h
|
||||
|
Loading…
Reference in New Issue
Block a user