Skip to content

Commit

Permalink
Fix static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Dec 22, 2024
1 parent 7ab317a commit c0d6df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/koga/compile-commands.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/koga/configure.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0d6df3

Please sign in to comment.