forked from M-Labs/nix-scripts
conda-windows: clean up msys path
This commit is contained in:
parent
5be1c8aa4a
commit
4272fe445c
|
@ -29,7 +29,7 @@ let
|
|||
EOF
|
||||
|
||||
cat > bld.bat << EOF
|
||||
set MSYS=C:\\MSYS64
|
||||
set MSYS=C:\MSYS64
|
||||
set TOOLPREF=mingw-w64-x86_64-
|
||||
set TRIPLE=x86_64-pc-mingw64
|
||||
set PATH=%MSYS%\usr\bin;%MSYS%\mingw64\bin;%PATH%
|
||||
|
|
Loading…
Reference in New Issue