mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* readline.scm: hack around dynamic-link problems by
using painfully explicit lib names.
This commit is contained in:
parent
7554881756
commit
44b07d05f8
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
;;; but only when it isn't already present.
|
||||
|
||||
(if (not (feature? 'readline))
|
||||
(dynamic-call "scm_init_readline" (dynamic-link "libguilereadline")))
|
||||
(dynamic-call "scm_init_redline"
|
||||
(dynamic-link "libguilereadline-lt-15-0-2")))
|
||||
|
||||
(if (not (feature? 'readline))
|
||||
(scm-error 'misc-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue