We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2636d + 1ce494c commit d1e589bCopy full SHA for d1e589b
1 file changed
hatch_cpp/toolchains/vcpkg.py
@@ -33,6 +33,7 @@
33
("darwin", "x86_64"): "x64-osx",
34
("darwin", "arm64"): "arm64-osx",
35
("win32", "x86_64"): "x64-windows-static-md",
36
+ ("win32", "AMD64"): "x64-windows-static-md",
37
("win32", "arm64"): "arm64-windows-static-md",
38
}
39
0 commit comments