mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 05:38:24 +08:00
Merge pull request #3472 from sanxiyn/brotli-linux
[brotli] Fix Linux build
This commit is contained in:
commit
9a19dae13a
@ -1,3 +1,3 @@
|
|||||||
Source: brotli
|
Source: brotli
|
||||||
Version: 1.0.2-1
|
Version: 1.0.2-2
|
||||||
Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
|
Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
|
||||||
|
@ -17,8 +17,8 @@ vcpkg_configure_cmake(
|
|||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
|
||||||
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/brotli)
|
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/brotli)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/bin/brotli.exe ${CURRENT_PACKAGES_DIR}/tools/brotli/brotli.exe)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/bin/brotli${CMAKE_EXECUTABLE_SUFFIX} ${CURRENT_PACKAGES_DIR}/tools/brotli/brotli${CMAKE_EXECUTABLE_SUFFIX})
|
||||||
file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/brotli.exe)
|
file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/brotli${CMAKE_EXECUTABLE_SUFFIX})
|
||||||
|
|
||||||
vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/brotli)
|
vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/brotli)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user