Hey, I want to build chromium-win on WSL ubuntu. So I follow this document
Chromium Docs - Cross-compiling Chrome/win (googlesource.com)I ensure I install ARM64 related, And I run this command on my HOST machine(windows 10). and got this error:
``` c++
PS C:\Users\18f\Desktop\18_floor\source_code\build_chromium_tools\depot_tools\win_toolchain> python3 .\package_from_installed.py 2022 -w 10.0.22621.1778
Building file list for VS 2022 Windows 10.0.22621.1778...
Traceback (most recent call last):
File ".\package_from_installed.py", line 582, in <module>
sys.exit(main())
File ".\package_from_installed.py", line 534, in main
files = BuildFileList(options.override_dir, options.arm, vs_path)
File ".\package_from_installed.py", line 252, in BuildFileList
assert(len(ucrt_paths) > 0)
AssertionError
PS C:\Users\18f\Desktop\18_floor\source_code\build_chromium_tools\depot_tools\win_toolchain>
```
Any tips, Thanks!