mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update libloadorder to v11.4.1
This commit is contained in:
+1
-1
@@ -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.4.0.tar.gz"
|
||||
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.4.1.tar.gz"
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_IN_SOURCE 1
|
||||
BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --features ffi-headers --target ${RUST_TARGET}
|
||||
|
||||
@@ -81,7 +81,8 @@ protected:
|
||||
"DLCCoast.esm",
|
||||
"DLCworkshop02.esm",
|
||||
"DLCworkshop03.esm",
|
||||
"DLCNukaWorld.esm"};
|
||||
"DLCNukaWorld.esm",
|
||||
"DLCUltraHighResolution.esm"};
|
||||
case GameType::fo4vr:
|
||||
return {"Fallout4.esm", "Fallout4_VR.esm"};
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user