mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 01:30:45 -07:00
Make dllwrap quieter.
This commit is contained in:
parent
2ba2041d88
commit
310297e884
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
(let ((lib-file (compile-file-pathname o-pathname :type :lib)))
|
||||
(safe-system
|
||||
(format nil
|
||||
"dllwrap -o ~S -L~S ~{~S ~} ~@?"
|
||||
"dllwrap --quiet -o ~S -L~S ~{~S ~} ~@?"
|
||||
(si::coerce-to-filename o-pathname)
|
||||
(fix-for-mingw (ecl-library-directory))
|
||||
options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue