Skip to content

Commit

Permalink
Use dedicated mac arm64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Dec 3, 2024
1 parent 35d657f commit 89860b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Ch32vPlatform(PlatformBase):
#"linux_armv6l": "",
# Mac (Intel and ARM are separate)
"darwin_x86_64": "https://github.com/Community-PIO-CH32V/tool-minichlink.git#mac",
"darwin_arm64": "https://github.com/Community-PIO-CH32V/tool-minichlink.git#mac"
"darwin_arm64": "https://github.com/Community-PIO-CH32V/tool-minichlink.git#mac_arm64"
}
wlink_tool = {
# Windows
Expand Down

0 comments on commit 89860b1

Please sign in to comment.