Skip to content
Snippets Groups Projects
Commit 1e25da8a authored by Gary King's avatar Gary King
Browse files

Patch for XCVB compatibility from Fare

parent c464260d
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
;;; the problem with writing a defsystem replacement is bootstrapping:
;;; we can't use defsystem to compile it. Hence, all in one file
#+xcvb (module ())
(defpackage #:asdf
(:export #:defsystem #:oos #:operate #:find-system #:run-shell-command
#:system-definition-pathname #:find-component ; miscellaneous
......
#+xcvb
(module
(:fullname "asdf"
:author ("Daniel Barlow and contributors")
:licence "MIT" ;; MIT-style license. See asdf.lisp
:description "ASDF"
:long-description "Another System Definition Facility."
:depends-on ("asdf")
:build-image nil))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment