diff --git a/src/koga/compile-commands.lisp b/src/koga/compile-commands.lisp index 9134d5ec3d..35fa5d06e6 100644 --- a/src/koga/compile-commands.lisp +++ b/src/koga/compile-commands.lisp @@ -5,7 +5,7 @@ ;; This file is used by boehm to create an AST and sif file to enable ;; the precise variants. (defmethod print-variant-target-sources - (configuration (name (eql :compile-commands)) output-stream (target (eql :iclasp)) sources + (configuration (name (eql :compile-commands)) output-stream (target (eql :libclasp)) sources &key &allow-other-keys) (shasht:write-json (loop with build-path = (merge-pathnames (build-path configuration) (uiop:getcwd)) diff --git a/src/koga/configure.lisp b/src/koga/configure.lisp index 27c7d83351..78ae4694be 100644 --- a/src/koga/configure.lisp +++ b/src/koga/configure.lisp @@ -702,7 +702,7 @@ is not compatible with snapshots.") (list (make-source #P"generated/extension-immutable.lisp" :variant)) :compile-commands (list (make-source #P"compile_commands.json" :variant) - :iclasp))) + :libclasp))) :type hash-table :documentation "The configuration outputs with the associated targets.") (libraries :accessor libraries