Raymond Toy pushed to rtoy-unix-core at cmucl / cmucl
Commits:
-
77a830ba
by Raymond Toy at 2015-04-21T20:43:58Z
1 changed file:
Changes:
--- a/bin/build.sh +++ b/bin/build.sh @@ -260,6 +260,9 @@ $TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || exit 3 (compile-file "modules:asdf/asdf") (compile-file "modules:defsystem/defsystem") +(intl::install) +(ext:without-package-locks + (compile-file "modules:unix/unix")) EOF