Skip to content

Commit cd8fa5c

Browse files
jonesthefoxdlech
authored andcommitted
Fixed typo in parameter
added missing 'm' :)
1 parent 2cd7284 commit cd8fa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpy_cross_v6_1/__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)