We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91c75c commit f94c131Copy full SHA for f94c131
hatch_rs/structs.py
@@ -66,7 +66,7 @@ def generate(self):
66
67
if not self.target:
68
if platform == "win32":
69
- if machine == "x86_64":
+ if machine in ("x86_64", "AMD64"):
70
self.target = "x86_64-pc-windows-msvc"
71
elif machine == "i686":
72
self.target = "i686-pc-windows-msvc"
0 commit comments