]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Include MSYS directory in Windows path
authorNoah Andrews <NoahAndrews@users.noreply.github.com>
Fri, 26 Feb 2016 05:29:55 +0000 (00:29 -0500)
committerNoah Andrews <NoahAndrews@users.noreply.github.com>
Fri, 26 Feb 2016 05:29:55 +0000 (00:29 -0500)
setup-path-win.bat

index 4fbf9a870e21928891486c63a2956d276bfd7b61..49fb00e149ac26aff74756939b4012521dc9411b 100644 (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