distro-build/drive-clients: fix to use `#:vc' specification

original commit: a9408289c686ae3604a6212605999bdbf7acf79f
This commit is contained in:
Matthew Flatt 2013-06-29 10:26:21 -06:00
parent d5bffaf5a3
commit f00e1d1d19

View File

@ -388,7 +388,7 @@
" && git pull")
(cmd "cd " (q dir)
" && \"c:\\Program Files" (if (= bits 64) " (x86)" "") "\\Microsoft Visual Studio 9.0\\vc\\vcvarsall.bat\""
" " (if (= bits 64) "x64" "x86")
" " vc
" && nmake win32-client" (client-args server pkgs dist-name dist-dir))))
(define (client-build c)