diff options
| author | myd7349 <myd7349@gmail.com> | 2019-03-29 05:38:44 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-28 14:38:44 -0700 |
| commit | 2665f91cd9efc8338d75b22ee8b9bba5fedd7992 (patch) | |
| tree | a6baa06ab369b0659f9be997105afa041d42e530 | |
| parent | f59ebe91029fa50eff3b1801a13f82e37f95bed2 (diff) | |
| download | vcpkg-2665f91cd9efc8338d75b22ee8b9bba5fedd7992.tar.gz vcpkg-2665f91cd9efc8338d75b22ee8b9bba5fedd7992.zip | |
[liblzma] Fix for UWP build (#5607)
| -rw-r--r-- | ports/liblzma/CONTROL | 2 | ||||
| -rw-r--r-- | ports/liblzma/portfile.cmake | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ports/liblzma/CONTROL b/ports/liblzma/CONTROL index 20c26f980..c94576a3f 100644 --- a/ports/liblzma/CONTROL +++ b/ports/liblzma/CONTROL @@ -1,3 +1,3 @@ Source: liblzma
-Version: 5.2.4
+Version: 5.2.4-1
Description: Compression library with an API similar to that of zlib.
diff --git a/ports/liblzma/portfile.cmake b/ports/liblzma/portfile.cmake index 26b8bff78..5534b10e4 100644 --- a/ports/liblzma/portfile.cmake +++ b/ports/liblzma/portfile.cmake @@ -6,11 +6,8 @@ vcpkg_from_github( REF v5.2.4 SHA512 fce7dc65e77a9b89dbdd6192cb37efc39e3f2cf343f79b54d2dfcd845025dab0e1d5b0f59c264eab04e5cbaf914eeb4818d14cdaac3ae0c1c5de24418656a4b7 HEAD_REF master -) - -vcpkg_apply_patches( - SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/v5.2.3-b3437cea7b - PATCHES "${CMAKE_CURRENT_LIST_DIR}/enable-uwp-builds.patch" + PATCHES + enable-uwp-builds.patch ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
