Skip to content

Commit f58b703

Browse files
committed
Run rebuild after install.
1 parent 6d6c17d commit f58b703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ for /d %%d in (externals\openssl*) do (
4848
xcopy /i /q /s /y %SRC_LIB_DIR%\*.lib %OUTPUT_DIR%\dependency_libs\openssl\lib && xcopy /i /q /s /y %SRC_LIB_DIR%\include %OUTPUT_DIR%\dependency_libs\openssl\include
4949
)
5050

51+
%OUTPUT_DIR%\python.exe -m rebuildpython
52+
5153
echo "Ok, Nuitka Python now lives in %OUTPUT_DIR% folder"
5254

5355
endlocal

0 commit comments

Comments
 (0)