Update libloadorder to 13.3.0

This improves support for the Epic Games Store's distribution of Skyrim SE.
This commit is contained in:
Oliver Hamlet
2022-10-11 22:20:59 +01:00
parent c4cdfbbdf8
commit a519124b8b
+1 -1
View File
@@ -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} &&