Update libloadorder to v11.2.1

This fixes the load order positions of light-master-flagged .esp files.
This commit is contained in:
Oliver Hamlet
2018-04-28 09:12:20 +01:00
parent 1804e45f3e
commit b7ce064fd1
+1 -1
View File
@@ -100,7 +100,7 @@ set(LIBGIT2_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/${CMAKE_STATIC_LIBRARY_
ExternalProject_Add(libloadorder
PREFIX "external"
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.0.tar.gz"
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.1.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}