Fixing options (bad email instructions and no docs)

This commit is contained in:
Jay McCarthy 2010-07-14 15:20:48 -06:00
parent 4c392788ee
commit bb94d87c30

View File

@ -60,7 +60,7 @@
(build-path log-dir "src" "build" "make")
(make-path)
(list "-j" (number->string (number-of-cpus))))
(with-env (["SETUP_OPTIONS" (format "-j ~a" (number-of-cpus))])
(with-env (["PLT_SETUP_OPTIONS" (format "-j ~a" (number-of-cpus))])
(run/collect/wait/log
#:timeout (current-make-install-timeout-seconds)
#:env (current-env)