conda-windows: clean up msys path

pull/30/head
Sebastien Bourdeauducq 2020-06-16 14:05:47 +08:00
parent 5be1c8aa4a
commit 4272fe445c
1 changed files with 1 additions and 1 deletions

View File

@ -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%