Skip to content

Commit 047ea09

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)