Skip to content
  • Daniel Kochmański's avatar
    bundle: introduce system-module-pathname · bafb641a
    Daniel Kochmański authored
    Use a more general approach regarding prebuilt system modules on
    implementations Clasp, ECL and MKCL with `system-module-pathname',
    instead of separate functions for cmp/asdf/uiop. Thanks to that,
    we'll be able to include any prebuilt module with
    
    (make-library-system name)
    
    where name may be "sb-bsd-sockets", "babel" or anything else. This is
    important for image-op (therefore program-op) and is a prerequisite to
    fix the problem with monolithic boundle-op's not including required
    prebuilt systems.
    bafb641a