MSYS2/MinGW: vulkan registry vk.xml not found
[6/42] Generating vulkan boilerplate with a custom command
FAILED: src/utils_gen.c
"E:/MABS/msys64/mingw32/bin/python3.EXE" "../src/vulkan/utils_gen.py" "/usr/share/vulkan/registry/vk.xml" "src/utils_gen.c"
Traceback (most recent call last):
File "../src/vulkan/utils_gen.py", line 94, in <module>
registry = ET.parse(xmlfile)
File "E:/MABS/msys64/mingw32/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
tree.parse(source, parser)
File "E:/MABS/msys64/mingw32/lib/python3.8/xml/etree/ElementTree.py", line 584, in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/vulkan/registry/vk.xml'
May this be an MSYS2 specific lack? Or does it alway need to be prepared explicitly?