Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 400353d

Browse files
committed
Added C:\msys64\mingw32\bin and C:\msys64\mingw64\bin to MSYS2_PATH for wget with ssl
1 parent 5849cb3 commit 400353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/setvars.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SET PYTHON32_PATH=C:\Python27x86
1717
SET PYTHON64_PATH=C:\Python27x64
1818
SET ZIP_PATH=C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip
1919
SET NSIS_PATH=C:\Program Files (x86)\NSIS
20-
SET MSYS2_PATH=C:\msys32\usr\bin;C:\msys64\usr\bin
20+
SET MSYS2_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin;C:\msys32\usr\bin;C:\msys64\usr\bin
2121
SET PATH=%PATH%;%ZIP_PATH%;%MSYS2_PATH%;%NSIS_PATH%
2222
SET PERL5LIB=.
2323

0 commit comments

Comments
 (0)