From: Noah Andrews Date: Fri, 26 Feb 2016 05:29:55 +0000 (-0500) Subject: Include MSYS directory in Windows path X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37c8a232764d8c614d6e1183e80bab89d901cbee;p=qmk_firmware.git Include MSYS directory in Windows path --- diff --git a/setup-path-win.bat b/setup-path-win.bat index 4fbf9a870..49fb00e14 100644 --- a/setup-path-win.bat +++ b/setup-path-win.bat @@ -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