InstallRequiredSystemLibraries: use ARM64 redist path for ARM64EC

This commit is contained in:
yacoub hossain
2026-05-13 13:10:07 -04:00
parent 0bc5ae8c75
commit 389de4912f
@@ -141,6 +141,10 @@ if(MSVC)
set(CMAKE_MSVC_ARCH amd64)
endif()
endif()
if(CMAKE_MSVC_ARCH STREQUAL "arm64ec")
set(CMAKE_MSVC_ARCH "arm64")
endif()
get_filename_component(devenv_dir "${CMAKE_MAKE_PROGRAM}" PATH)
get_filename_component(base_dir "${devenv_dir}/../.." ABSOLUTE)