Skip to content

Commit

Permalink
Another build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 10, 2022
1 parent a2b0aea commit e50a42d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -64,8 +64,8 @@ git submodule update --init --recursive

@echo Create builtin modules
set PYTHONPATH=%BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc
C:\bin\Python38-32\python %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build.py
C:\bin\Python38-32\python %BUILD_DIR%/Pydev/plugins/org.python.pydev.core/pysrc/build_tools/build_binaries_windows.py
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

@echo to clean after the build: -DcleanAfter.set=true
mvn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ conda deactivate
4. Regenerate the .pyx and .c
===============================

"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
set FORCE_PYDEVD_VC_VARS=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat
cd /D x:\pydev\plugins\org.python.pydev.core\pysrc
set PYTHONPATH=x:\pydev\plugins\org.python.pydev.core\pysrc
C:\bin\Miniconda\envs\py_38_tests\python.exe build_tools\build.py
Expand Down

0 comments on commit e50a42d

Please sign in to comment.