mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
does not delete pdb files on windows
This commit is contained in:
parent
67b2000ac6
commit
af72e2b293
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ the environment variable TMPDIR to a different value." template))
|
|||
|
||||
#+msvc
|
||||
(defun delete-msvc-generated-files (output-pathname)
|
||||
(loop for i in '("implib" "exp" "ilk" "pdb")
|
||||
(loop for i in '("implib" "exp" "ilk" )
|
||||
for full = (make-pathname :type i :defaults output-pathname)
|
||||
for truename = (probe-file full)
|
||||
when truename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue