mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
MSVC - avoid name clash on export libraries for program link. fix #287
This commit is contained in:
parent
3ff0b11f7b
commit
1c452a9f1d
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,9 @@ the environment variable TMPDIR to a different value." template))
|
|||
,@object-files
|
||||
,@(split-program-options *ld-rpath*)
|
||||
,@(split-program-options *user-ld-flags*)
|
||||
,@ld-flags))
|
||||
,@ld-flags
|
||||
,(if (eq type :program)
|
||||
(concatenate 'string "/IMPLIB:prog" (file-namestring o-pathname) ".lib") "" )))
|
||||
(embed-manifest-file o-pathname type)
|
||||
(delete-msvc-generated-files o-pathname))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue