mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* guile-config.in (build-link): Include a -R flag in the output
from link. Not sure if this is the right thing to do.
This commit is contained in:
parent
8d3ac4c998
commit
bc08dbdb3a
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@
|
|||
;; Include libguile itself in the list, along with the
|
||||
;; directory it was installed in.
|
||||
(flags (cons (string-append "-L" (get-build-info 'libdir))
|
||||
(cons "-lguile" flags))))
|
||||
(cons (string-append "-R" (get-build-info 'libdir))
|
||||
(cons "-lguile" flags)))))
|
||||
|
||||
;; Display the flags, separated by spaces.
|
||||
(display-separated flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue