Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit 047ea09

Browse files
jonesthefoxdlech
authored andcommitted
Fixed typo in parameter
added missing 'm' :)
1 parent dc3b06a commit 047ea09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpy_cross_v5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def mpy_cross_compile(
9898
args.append("-mno-unicode")
9999

100100
if arch is not None:
101-
args.append(f"-arch={arch.value}")
101+
args.append(f"-march={arch.value}")
102102

103103
if emit is not None:
104104
args += ["-X", f"emit={emit.value}"]

0 commit comments

Comments
 (0)