Skip to content

Commit

Permalink
Include current directoy in asdf source registry
Browse files Browse the repository at this point in the history
My dev setup has the project's entire parent directory included in the
source registry, which not everyone has. Add the directory here to see
if it fixes a build issue.
  • Loading branch information
sdilts committed Oct 19, 2024
1 parent 04c1d8c commit ecbbb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-mahogany.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; to be used instead of anything that asdf can find in our environment
(asdf:initialize-source-registry
`(:source-registry
(:directory ,(merge-pathnames (uiop/os:getcwd) #P"src"))
(:directory ,(uiop/os:getcwd))
(:tree ,(merge-pathnames (uiop/os:getcwd) #P"dependencies"))
;; Use whatever the user has configured in their environment to find the rest.
:inherit-configuration))
Expand Down

0 comments on commit ecbbb61

Please sign in to comment.