changing python windows build bat file so it changes back to the original directory on success

This commit is contained in:
Richard Geldreich
2026-03-02 00:14:49 -05:00
parent 49c61520c4
commit d1366524b1

View File

@@ -54,4 +54,6 @@ echo Build SUCCESSFUL!
echo Output in: python/basisu_py/
echo ===========================================
cd ..
exit /b 0