We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba0cff commit 095db64Copy full SHA for 095db64
py/README.md
@@ -6,7 +6,7 @@ of Bluetooth applications directly in Python.
6
## Supported platforms
7
8
- `linux-x86_64`
9
-- `macos-x86_64`
+- `macos-arm64`
10
11
## Usage
12
py/pyproject.toml
@@ -46,6 +46,6 @@ include = [
46
"src/rootcanal/packets/llcp.py",
47
"src/rootcanal/bin/linux-x86_64/rootcanal",
48
"src/rootcanal/bin/linux-x86_64/librootcanal_ffi.so",
49
- "src/rootcanal/bin/macos-x86_64/rootcanal",
50
- "src/rootcanal/bin/macos-x86_64/librootcanal_ffi.so",
+ "src/rootcanal/bin/macos-arm64/rootcanal",
+ "src/rootcanal/bin/macos-arm64/librootcanal_ffi.so",
51
]
0 commit comments