Skip to content

Commit 4de2bb7

Browse files
committed
fix windows build whl script
1 parent 71c8891 commit 4de2bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_whl/build_win32_whl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ robocopy ./requirements.txt ./install/lib/pyorbbecsdk/examples
3737
robocopy ./config ./install/lib/pyorbbecsdk/config /E
3838

3939
@REM # Run Python setup.py to build a wheel package
40-
python3 setup.py bdist_wheel
40+
python setup.py bdist_wheel
4141

4242
@REM # Exit python virtual env
4343
call deactivate

0 commit comments

Comments
 (0)