diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 14:19:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 14:19:08 -0400 |
commit | dff06b1ff169c3e1e439cfa11a104cc774c7d564 (patch) | |
tree | 49ca628c3cb064fbae7327c15cf2d7c94cf0a167 /standalone | |
parent | 4b36481e24fbe7ed3cad2b159bed14c8150e9a67 (diff) |
don't hardcode path to cygwin stuff, look for it in PATH
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index f751978f1..31c40db8d 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -39,4 +39,4 @@ incygwin cabal build # Build the installer cabal install nsis ghc --make Build/NullSoftInstaller.hs -Build/NullSoftInstaller.exe +incygwin Build/NullSoftInstaller.exe |