mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[liblzma] Fix build failure (#7481)
* fix 7426 issue * fix 7426 issue -change the CONTROL file * [liblzma] Remove quantlib:x64-os from ci.baseline.txt * [liblzma] Update the CONTROL version
This commit is contained in:
parent
d808514c9d
commit
319a54ebd3
@ -1,4 +1,4 @@
|
||||
Source: liblzma
|
||||
Version: 5.2.4-3
|
||||
Version: 5.2.4-4
|
||||
Homepage: https://github.com/xz-mirror/xz
|
||||
Description: Compression library with an API similar to that of zlib.
|
||||
|
@ -74,7 +74,11 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/share/liblzma/LibLZMAConfig.cmake "add_definitions(-DLZMA_API_STATIC)")
|
||||
endif()
|
||||
|
||||
if (VCPKG_BUILD_TYPE STREQUAL debug)
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/include)
|
||||
else()
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
endif()
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/liblzma)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user