mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix typo for guile-system-extensions-path
* module/system/foreign-library.scm (guile-system-extensions-path): Fix typo.
This commit is contained in:
parent
9e6ac923bf
commit
d3ce4a6a5f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
(make-parameter
|
||||
(or (parse-path "GUILE_SYSTEM_EXTENSIONS_PATH")
|
||||
(list (assq-ref %guile-build-info 'libdir)
|
||||
(assq-ref %guile-build-info 'extensionsdir)))))
|
||||
(assq-ref %guile-build-info 'extensiondir)))))
|
||||
|
||||
;; There are a few messy situations here related to libtool.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue