Skip to content

Commit 72f8508

Browse files
committed
fix: platform name
1 parent 8ba792d commit 72f8508

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The build script creates binaries which are targeted to `arm64` and `x86_64`. At
9393
To install the wheel package just use the default pip install command.
9494

9595
```bash
96-
pip install pyrealsense2_mac-2.54.1-cp310-cp310-mac_13_universal.whl
96+
pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal.whl
9797
```
9898

9999

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pwsh build.ps1 -delocate $false
9494
要安装wheel软件包,请使用默认 pip install 命令。
9595

9696
```bash
97-
pip install pyrealsense2_mac-2.54.1-cp310-cp310-mac_13_universal.whl
97+
pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal.whl
9898
```
9999

100100
## License

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Replace-AllStringsInFile "name=package_name" "name=`"pyrealsense2-mac`"" "$root/
112112
Replace-AllStringsInFile "https://github.com/IntelRealSense/librealsense" "https://github.com/yugasun/pyrealsense2-mac" "$root/$pythonWrapperDir/setup.py"
113113

114114
pip install wheel
115-
python setup.py bdist_wheel --plat-name=mac_"$macos"_universal
115+
python setup.py bdist_wheel --plat-name=macosx_"$macos"_universal
116116

117117
# delocate wheel
118118
if ($delocate)

0 commit comments

Comments
 (0)