mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[x265] Delete the bin directory if the platform is Linux (#11903)
* Delete the bin directory if the platform is Linux * Update x265 to 3.2-4
This commit is contained in:
parent
8e9ee5d36c
commit
c12aa1cd7b
@ -1,4 +1,4 @@
|
||||
Source: x265
|
||||
Version: 3.2-3
|
||||
Version: 3.2-4
|
||||
Homepage: https://bitbucket.org/multicoreware/x265
|
||||
Description: x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.
|
||||
|
@ -44,7 +44,7 @@ elseif(NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsS
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/bin/x265.exe ${CURRENT_PACKAGES_DIR}/tools/x265/x265.exe)
|
||||
endif()
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR VCPKG_TARGET_IS_LINUX)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user