Skip to content

Commit f94c131

Browse files
committed
small tweaks for windows
1 parent f91c75c commit f94c131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_rs/structs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def generate(self):
6666

6767
if not self.target:
6868
if platform == "win32":
69-
if machine == "x86_64":
69+
if machine in ("x86_64", "AMD64"):
7070
self.target = "x86_64-pc-windows-msvc"
7171
elif machine == "i686":
7272
self.target = "i686-pc-windows-msvc"

0 commit comments

Comments
 (0)