From 4cef84d566302bd42b10180b92c8e7db937bc8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Axel=20S=C3=B8gaard?= Date: Sun, 1 Feb 2015 10:06:21 +0100 Subject: [PATCH] Omit selfhost from build --- whalesong/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/whalesong/info.rkt b/whalesong/info.rkt index 107d657..1106f21 100644 --- a/whalesong/info.rkt +++ b/whalesong/info.rkt @@ -24,6 +24,7 @@ "sandbox" "examples" "experiments" + "selfhost" "simulator" "tmp")) (define can-be-loaded-with 'all)