From a519124b8ba88e9f08d6d9cffabbef954bccf61c Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 11 Oct 2022 22:20:59 +0100 Subject: [PATCH] Update libloadorder to 13.3.0 This improves support for the Epic Games Store's distribution of Skyrim SE. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98787275..d494ae3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ endif() ExternalProject_Add(libloadorder PREFIX "external" - URL "https://github.com/Ortham/libloadorder/archive/13.2.0.tar.gz" + URL "https://github.com/Ortham/libloadorder/archive/13.3.0.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&