Enhance UWP build configuration and update MinGW UWP CLI version

This commit is contained in:
moonpower
2026-02-01 10:51:43 +01:00
parent 90c186fa4d
commit 8277a6f676
2 changed files with 24 additions and 9 deletions

View File

@@ -79,6 +79,9 @@ if(UWP_BUILD)
set(ENABLE_METAL OFF)
set(ENABLE_TESTS OFF)
set(ENABLE_HTTP_SERVER OFF)
set(MINGW_WINRT_UNCAGED ON CACHE BOOL "" FORCE)
set(ENABLE_RENDERDOC_API OFF)
set(GPU_DEBUG_INFO OFF)
endif()
# Building with newer Vulkan SDK versions requires MacOS 13.3, as it uses std::format which isn't available in older libcxx