Skip to content

Commit

Permalink
Minor for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jan 7, 2023
1 parent fab00f3 commit 62d484e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/org.python.pydev.build/build_cmd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ git submodule update --init --recursive

@echo Create builtin modules
set PYTHONPATH=%BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc
C:\bin\Miniconda\envs\py_38_tests\python.exe %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build.py
C:\bin\Miniconda\envs\py_38_tests\python.exe %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build_binaries_windows.py
python %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build.py
python %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build_binaries_windows.py

@echo to clean after the build: -DcleanAfter.set=true
mvn install
Expand Down

0 comments on commit 62d484e

Please sign in to comment.