Explorar el Código

Include MSYS directory in Windows path

Noah Andrews hace 9 años
padre
commit
37c8a23276
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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