mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-02 10:40:31 -08:00
When building a statically linked ECL, a previously installed library got linked in.
This commit is contained in:
parent
16253ef7dc
commit
fe0807f683
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ cd ..; rm -rf tmp/* @LIBPREFIX@{lsp,clos} "))
|
|||
;; of using -lecl. This is to avoid interference with an already
|
||||
;; installed copy of ECL.
|
||||
;;
|
||||
#+dlopen
|
||||
(setf c::*ld-flags*
|
||||
#+dlopen "@LDRPATH@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @CLIBS@"
|
||||
#-dlopen "@LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CLIBS@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue