From 77a830ba32df5f5cc32d3d2d0c1f9865f92b9b34 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Tue, 21 Apr 2015 20:43:58 -0700
Subject: [PATCH] Compile unix.lisp like we do for asdf and defsystem.

---
 bin/build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/build.sh b/bin/build.sh
index 7d6e00c1f..8875f9929 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
 
 
-- 
GitLab