Skip to content

Commit 3dd54f3

Browse files
committed
fix: build plat name
1 parent 6aca2c1 commit 3dd54f3

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-macosx_13_universal.whl
96+
pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal2.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 @@ bash build.sh --disable-delocate
9494
要安装wheel软件包,请使用默认 pip install 命令。
9595

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

100100
## License

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ replace_strings_in_file "name=package_name" "name=\"pyrealsense2-mac\"" setup.py
181181
replace_strings_in_file "https://github.com/IntelRealSense/librealsense" "https://github.com/yugasun/pyrealsense2-mac" setup.py
182182

183183
pip install wheel
184-
python setup.py bdist_wheel --plat-name=macosx_"$macos"_universal
184+
python setup.py bdist_wheel --plat-name=macosx_"$macos"_universal2
185185

186186
# delocate wheel
187187
if [ "$disableDelocate" = false ]; then

0 commit comments

Comments
 (0)