Skip to content

Commit ae8f703

Browse files
author
Liuchuan Yu
committed
Update setup_windows.bat
1 parent de5d2f8 commit ae8f703

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup_windows.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ echo PYBIND11_DIR set to: %PYBIND11_DIR%
191191
echo.
192192
echo Building and installing the Python project...
193193
python setup.py install
194+
echo.
195+
echo Setup completed successfully!
194196
if %errorlevel% neq 0 (
195197
echo Error: Python setup.py install failed. Exiting.
196198
goto :cleanup_and_exit
@@ -204,7 +206,4 @@ if %errorlevel% neq 0 (
204206
echo Warning: Failed to remove temporary directory "%SCRIPT_ROOT%\%TEMP_DIR%". Please remove it manually.
205207
)
206208

207-
echo.
208-
echo Setup completed successfully!
209-
210209
endlocal

0 commit comments

Comments
 (0)