Browse Source

Include MSYS directory in Windows path

Noah Andrews 9 years ago
parent
commit
37c8a23276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup-path-win.bat

+ 1 - 1
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