mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
Delete static libraries before creating a new one. Solves problems with new versions of already installed object files.
This commit is contained in:
parent
5a2edea3da
commit
ae157bf9ab
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ static cl_object VV[VM];
|
|||
shared-data-file submodules epilogue-code)
|
||||
(close c-file)
|
||||
(compiler-cc c-name o-name)
|
||||
(when (probe-file output-name) (delete-file output-name))
|
||||
#-msvc
|
||||
(progn
|
||||
(safe-system (format nil "ar cr ~A ~A ~{~A ~}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue