aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 19:15:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 19:15:23 -0400
commit8f65283d969b2077bae0c22a67364a297168589d (patch)
tree9ac92710815f0363a666236d45e88cbc8f9bef89 /standalone/windows
parentcba098b5cd4688a3f3952b94fa978bdbb59a2de7 (diff)
temporarily disable webapp on windows; re-enable webdav on windows
The gcc response file should make it build with webdav (fingers crossed). webapp is waiting on a haskell platform upgrade on the autobuilder. Current one has a too old version of network for hxt to install.
Diffstat (limited to 'standalone/windows')
-rw-r--r--standalone/windows/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index d8050b5a3..9b8fcba84 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -6,10 +6,12 @@
set -x
set -e
+# Path to the Haskell Platform.
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
+# This tells git-annex where to upgrade itself from.
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe
# Run a command with the cygwin environment available.