Skip to content

Commit

Permalink
Fixed typo in parameter
Browse files Browse the repository at this point in the history
added missing 'm' :)
  • Loading branch information
jonesthefox authored and dlech committed May 4, 2024
1 parent dc3b06a commit 047ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpy_cross_v5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def mpy_cross_compile(
args.append("-mno-unicode")

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

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

0 comments on commit 047ea09

Please sign in to comment.