mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-30 22:30:51 -08:00
Fixed the flags for the statically linked ECL
This commit is contained in:
parent
90e936d85c
commit
982a31133a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
c::*ecl-library-directory* "@true_builddir@/")
|
||||
#-:wants-dlopen
|
||||
(setf c::*ld-flags*
|
||||
"@LDFLAGS@ @LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CORE_LIBS@ @LIBS@ @FASL_LIBS@")
|
||||
"@LDFLAGS@ @LIBPREFIX@ecl.@LIBEXT@ @CORE_LIBS@ @LIBS@ @FASL_LIBS@")
|
||||
#+(and :wants-dlopen (not nonstop))
|
||||
(setf c::*ld-flags*
|
||||
"@LDFLAGS@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @LIBS@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue