File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55; ; This file is used by boehm to create an AST and sif file to enable
66; ; the precise variants.
77(defmethod print-variant-target-sources
8- (configuration (name (eql :compile-commands )) output-stream (target (eql :iclasp )) sources
8+ (configuration (name (eql :compile-commands )) output-stream (target (eql :libclasp )) sources
99 &key &allow-other-keys )
1010 (shasht :write-json (loop with build-path = (merge-pathnames (build-path configuration)
1111 (uiop :getcwd))
Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ is not compatible with snapshots.")
702702 (list (make-source #P " generated/extension-immutable.lisp" :variant ))
703703 :compile-commands
704704 (list (make-source #P " compile_commands.json" :variant )
705- :iclasp )))
705+ :libclasp )))
706706 :type hash-table
707707 :documentation " The configuration outputs with the associated targets." )
708708 (libraries :accessor libraries
You can’t perform that action at this time.
0 commit comments