summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 15:33:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 15:33:13 -0400
commitb7c790f8cf9ee1aacfcface9eca64db3184e48c5 (patch)
tree6226b35c821b1c632771dcf4776596dac7b08437 /build.bat
parent59e6f34864b7004836e01ead3d41c41ac28d9265 (diff)
avoid needing mingw to build on windows
It was only used for its shell; cygwin has a shell.
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 66a7e1f06..52d03e0e2 100644
--- a/build.bat
+++ b/build.bat
@@ -1 +1 @@
-C:\MINGW\MSYS\1.0\BIN\SH.EXE standalone/windows/build-simple.sh
+C:\CYGWIN\BIN\SH.EXE standalone/windows/build-simple.sh