diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 15:33:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 15:33:13 -0400 |
commit | b7c790f8cf9ee1aacfcface9eca64db3184e48c5 (patch) | |
tree | 6226b35c821b1c632771dcf4776596dac7b08437 /build.bat | |
parent | 59e6f34864b7004836e01ead3d41c41ac28d9265 (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.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |