Skip to content

Commit a44e4f6

Browse files
jonesthefoxdlech
authored andcommitted
Fixed typo in parameter
added missing 'm' :)
1 parent b4c4dae commit a44e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpy_cross_v6/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def mpy_cross_compile(
9393
args.append(f"-msmall-int-bits={small_number_bits}")
9494

9595
if arch is not None:
96-
args.append(f"-arch={arch.value}")
96+
args.append(f"-march={arch.value}")
9797

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

0 commit comments

Comments
 (0)