Skip to content
Snippets Groups Projects
Commit e970ff25 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Added ASDF_DEVEL_SOURCE_REGISTRY.

This will give the ASDF developer a special way of initializing the ASDF
source registry to load the libraries needed to run Faré's builder tools.
parent bd30a8d0
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ ifdef ASDF_TEST_SYSTEMS
s ?= ${ASDF_TEST_SYSTEMS}
endif
ifdef ASDF_DEVEL_SOURCE_REGISTRY
CL_SOURCE_REGISTRY = ${ASDF_DEVEL_SOURCE_REGISTRY}
endif
l ?= sbcl
ABCL ?= abcl
......
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