mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
There was still one place in C:BUNDLE-CC where command line arguments were not surrounded by double quotes - this caused problems when the output file had spaces.
This commit is contained in:
parent
085a5a4388
commit
6496d98d23
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@
|
|||
#+(or mingw32)
|
||||
(safe-system
|
||||
(format nil
|
||||
"gcc -shared -o ~A -Wl,--export-all-symbols -L~S ~{~S ~} ~@[~S~] ~A"
|
||||
"gcc -shared -o ~S -Wl,--export-all-symbols -L~S ~{~S ~} ~@[~S~] ~A"
|
||||
(si::coerce-to-filename o-pathname)
|
||||
(fix-for-mingw (ecl-library-directory))
|
||||
options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue