From ff3140cba6862eee2d58ddad798d9c74691acaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sat, 30 Jul 2016 21:51:11 +0200 Subject: [PATCH] add missing rustup depndencies on cygwin --- windows_cygwin/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_cygwin/build.bat b/windows_cygwin/build.bat index b29d198f..b82bf2d4 100644 --- a/windows_cygwin/build.bat +++ b/windows_cygwin/build.bat @@ -1,7 +1,7 @@ choco install -y firefox googlechrome wget notepadplusplus wget -c https://cygwin.com/setup-x86_64.exe -setup-x86_64.exe -R "C:\cygwin64" -s http://cygwin.netbet.org/ -q -g -P curl,zsh,git,vim,wget,xz,tar,gawk,bzip2,subversion +setup-x86_64.exe -R "C:\cygwin64" -s http://cygwin.netbet.org/ -q -g -P curl,zsh,git,vim,wget,xz,tar,gawk,bzip2,subversion,zlib,fontconfig c:\cygwin64\bin\bash.exe --login -c "cp -vr `cygpath $HOMEPATH`/.ssh $HOME/" c:\cygwin64\bin\bash.exe --login -c "mkdir -pv $HOME/dev/"