From aa8f210a67d72395c44a35c2355442e599fcaf71 Mon Sep 17 00:00:00 2001 From: Vibhu Mohindra Date: Mon, 3 Apr 2017 10:43:21 +0100 Subject: [PATCH] fix for asdf:monolithic-compile-bundle-op in abcl --- abcl/custom.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 abcl/custom.lisp diff --git a/abcl/custom.lisp b/abcl/custom.lisp new file mode 100644 index 0000000..12faa28 --- /dev/null +++ b/abcl/custom.lisp @@ -0,0 +1,4 @@ +; the existence of this file makes +; (asdf:operate 'asdf:monolithic-compile-bundle-op "cl-store") +; work in abcl +(in-package :cl-store)