Skip to content

Commit b7ce064

Browse files
committed
Update libloadorder to v11.2.1
This fixes the load order positions of light-master-flagged .esp files.
1 parent 1804e45 commit b7ce064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ set(LIBGIT2_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/${CMAKE_STATIC_LIBRARY_
100100

101101
ExternalProject_Add(libloadorder
102102
PREFIX "external"
103-
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.0.tar.gz"
103+
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.1.tar.gz"
104104
CONFIGURE_COMMAND ""
105105
BUILD_IN_SOURCE 1
106106
BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}

0 commit comments

Comments
 (0)