mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
fix linux regression
This commit is contained in:
parent
af2bf73d30
commit
74e8f62194
@ -59,6 +59,9 @@ vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH share/WebP/cmake TARGET_PATH share/webp) # find_package is called wit webp and not libwebp
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
if(VCPKG_TARGET_IS_LINUX)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/WebP)
|
||||
endif()
|
||||
|
||||
set(BIN_NAMES get_disto gif2webp img2webp vwebp vwebp_sdl webpinfo webpmux webp_quality cwebp dwebp)
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/webp/")
|
||||
|
Loading…
x
Reference in New Issue
Block a user