10BC0 adapt to julia1.x by stonebig · Pull Request #768 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adapt to Julia 1.x
  • Loading branch information
stonebig committed Aug 25, 2019
commit a3c6efd93fc5a3829e0d30317e54628bcaa093dd
4 changes: 4 additions & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,8 @@ def _create_batch_scripts_initial(self):
+ "\\"
+ self.python_name
+ r"""
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
set PYTHON=%WINPYDIR%\python.exe

set WINPYVER="""
+ self.winpyver
Expand Down Expand Up @@ -1118,6 +1120,8 @@ def _create_batch_scripts_initial(self):
+ self.python_name
+ '"'
+ r"""
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
$env:PYTHON = "%WINPYDIR%\python.exe"


$env:WINPYVER = '"""
Expand Down
0