mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
(build-link): Include "-lguile-ltdl" in link flags.
This commit is contained in:
parent
a069ea8b98
commit
6016d3a754
1 changed files with 2 additions and 2 deletions
|
@ -175,10 +175,10 @@
|
||||||
;; Display the flags, separated by spaces.
|
;; Display the flags, separated by spaces.
|
||||||
(if (or (string=? libdir "/usr/lib")
|
(if (or (string=? libdir "/usr/lib")
|
||||||
(string=? libdir "/usr/lib/"))
|
(string=? libdir "/usr/lib/"))
|
||||||
(display-separated (cons "-lguile" other-flags))
|
(display-separated (cons "-lguile -lguile-ltdl" other-flags))
|
||||||
(display-separated (cons
|
(display-separated (cons
|
||||||
(string-append "-L" (get-build-info 'libdir))
|
(string-append "-L" (get-build-info 'libdir))
|
||||||
(cons "-lguile" other-flags))))
|
(cons "-lguile -lguile-ltdl" other-flags))))
|
||||||
(newline)))
|
(newline)))
|
||||||
|
|
||||||
(define (help-link)
|
(define (help-link)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue