Skip to content

Commit

Permalink
fixed release version to be universal2
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Apr 21, 2022
1 parent ac3cdda commit 4505476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librealsense-python-mac.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Replace-AllStringsInFile "name=package_name" "name=`"pyrealsense2-macosx`"" "$ro
Replace-AllStringsInFile "https://github.com/IntelRealSense/librealsense" "https://github.com/cansik/pyrealsense2-macosx" "$root/$pythonWrapperDir/setup.py"

pip install wheel
python setup.py bdist_wheel
python setup.py bdist_wheel --plat-name=macosx_11_0_universal2

# delocate wheel
if ($delocate)
Expand Down

0 comments on commit 4505476

Please sign in to comment.