mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
In LINKER-CC, CONCATENATE was applied onto a path instead of a namestring.
This commit is contained in:
parent
10a59d79fd
commit
e27ee4fe42
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ the environment variable TMPDIR to a different value." template))
|
|||
(ld-flags (split-program-options *ld-flags*)))
|
||||
(safe-run-program
|
||||
*ld*
|
||||
`(,(concatenate 'string "-Fe" o-pathname)
|
||||
`(,(concatenate 'string "-Fe" (brief-namestring o-pathname))
|
||||
,@object-files
|
||||
,@(split-program-options *ld-rpath*)
|
||||
,@(split-program-options *user-ld-flags*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue