mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 21:13:18 -08:00
cmp: fix linker-cc for msvc
linker-cc for other compilers includes the libpath in the linker options, therefore for consistency we need it here too.
This commit is contained in:
parent
2003b7f999
commit
25d8bf63ef
1 changed files with 4 additions and 1 deletions
|
|
@ -134,7 +134,10 @@ the environment variable TMPDIR to a different value." template))
|
|||
,@(split-program-options *user-ld-flags*)
|
||||
,@ld-flags
|
||||
,(if (eq type :program)
|
||||
(concatenate 'string "/IMPLIB:prog" (file-namestring o-pathname) ".lib") "" )))
|
||||
(concatenate 'string "/IMPLIB:prog" (file-namestring o-pathname) ".lib")
|
||||
"")
|
||||
,(concatenate 'string "/LIBPATH:"
|
||||
(ecl-library-directory))))
|
||||
(embed-manifest-file o-pathname type)
|
||||
(delete-msvc-generated-files o-pathname))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue