mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
normalize-build-target-name: normalize :fasb
This commit is contained in:
parent
cc61a627c2
commit
cffe43f9ae
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@
|
|||
(ecase target
|
||||
((:shared-library :dll :standalone-shared-library :standalone-dll) :shared-library)
|
||||
((:static-library :lib :standalone-static-library :standalone-lib) :static-library)
|
||||
((:fasl :program) target)))
|
||||
((:fasl :fasb) :fasl)
|
||||
(:program :program)))
|
||||
|
||||
(defun innermost-non-expanded-form (form)
|
||||
(when (listp form)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue