Skip to content

Commit

Permalink
Depend on the evaluator rather than on COMMON-BOOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 17, 2024
1 parent 11279dc commit 394acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/New-boot/Shared/sicl-new-boot-shared.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(cl:in-package #:asdf-user)

(defsystem "sicl-new-boot-shared"
:depends-on ("common-boot"
:depends-on ("common-boot-fast-ast-evaluator"
"common-boot-macros"
"common-macro-definitions"
"sicl-environment-extrinsic"
Expand Down

0 comments on commit 394acea

Please sign in to comment.