aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/liblzma/CMakeLists.txt2
-rw-r--r--ports/liblzma/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/liblzma/CMakeLists.txt b/ports/liblzma/CMakeLists.txt
index 2c809a5aa..6b84c004a 100644
--- a/ports/liblzma/CMakeLists.txt
+++ b/ports/liblzma/CMakeLists.txt
@@ -12,7 +12,7 @@ if(NOT MSVC)
endif()
if(WIN32)
- include_directories(windows)
+ include_directories(windows/vs2017)
else()
include_directories(${CMAKE_CURRENT_BINARY_DIR})
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/config.h
diff --git a/ports/liblzma/portfile.cmake b/ports/liblzma/portfile.cmake
index 3b5fd8eb9..d146628bb 100644
--- a/ports/liblzma/portfile.cmake
+++ b/ports/liblzma/portfile.cmake
@@ -7,8 +7,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xz-mirror/xz
- REF 06eebd4543196ded36fa9b8b9544195b38b24ef2
- SHA512 978f49412bb8edaf3ca9b3db958f2f558cceb674a8b1dc641e8030249e48a08a14ed4a637140a922ac2a873fc66a610e4bb87bcb8812f80a072caa29403fdc8c
+ REF v5.2.4
+ SHA512 fce7dc65e77a9b89dbdd6192cb37efc39e3f2cf343f79b54d2dfcd845025dab0e1d5b0f59c264eab04e5cbaf914eeb4818d14cdaac3ae0c1c5de24418656a4b7
HEAD_REF master
)