diff --git a/bin/build.sh b/bin/build.sh
index 7d6e00c1fa3a049a40b000b75cde6b1e9d3f8c28..8875f9929662279c2a754910823a12dedb0917aa 100755
--- 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