Build: Fix x64 libraries used by lib_update.cmd on WoA

Use the same logic as in check_libraries.cmd

Pull Request: https://projects.blender.org/blender/blender/pulls/128600
This commit is contained in:
Sergey Sharybin
2024-10-04 17:06:15 +02:00
committed by Sergey Sharybin
parent 9e70c6de4e
commit 4187644215

View File

@@ -1,4 +1,8 @@
set BUILD_VS_LIBDIR=lib/windows_x64 if "%BUILD_ARCH%" == "arm64" (
set BUILD_VS_LIBDIR=lib/windows_arm64
) else (
set BUILD_VS_LIBDIR=lib/windows_x64
)
:RETRY :RETRY
"%GIT%" -C "%BLENDER_DIR%\" config --local "submodule.%BUILD_VS_LIBDIR%.update" "checkout" "%GIT%" -C "%BLENDER_DIR%\" config --local "submodule.%BUILD_VS_LIBDIR%.update" "checkout"