mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Add special rules for monolithic-lib-op.
This commit is contained in:
parent
cbd1507a8e
commit
36225c3cda
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@
|
|||
(gather-components 'compile-op c
|
||||
:filter-system (and (not (bundle-op-monolithic-p o)) c)
|
||||
:filter-type '(not system)))
|
||||
(defmethod bundle-sub-operations ((o monolithic-lib-op) c)
|
||||
(gather-components 'compile-op c
|
||||
:filter-system nil
|
||||
:filter-type '(not system)))
|
||||
;;;
|
||||
;;; SHARED LIBRARIES
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue