Include MSYS directory in Windows path

This commit is contained in:
Noah Andrews 2016-02-26 00:29:55 -05:00
parent 4ad96c60ab
commit 37c8a23276
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@echo off
setx /M path "%PATH%;C:\MinGW\bin" > nul 2>&1
setx /M path "%PATH%;C:\MinGW\bin;C:\MinGW\msys\1.0\bin" > nul 2>&1
if NOT ["%errorlevel%"]==["0"] (
echo FAILED. Rerun with administrator privileges.
pause