mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
One more use of dllwrap had to be made quieter.
This commit is contained in:
parent
310297e884
commit
a34a91df3a
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
#+(or mingw32)
|
||||
(safe-system
|
||||
(format nil
|
||||
"dllwrap -o ~A --export-all-symbols -L~S ~{~S ~} ~@?"
|
||||
"dllwrap --quiet -o ~A --export-all-symbols -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