distro-build/drive-clients: fix to use `#:vc' specification
original commit: a9408289c686ae3604a6212605999bdbf7acf79f
This commit is contained in:
parent
d5bffaf5a3
commit
f00e1d1d19
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user